grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

Table cell width #584

Closed korinekgergely closed 9 months ago

korinekgergely commented 9 months ago

Is it possible to specify the cell width for a table cell? (PanelBuilders.table()) Flexibility similar to flexbox would be best. In the attached image, I would like to maximize the middle column (Plugin output) and minimize the two edges. Thank you in advance. Monosnap Monview App - Apps - Grafana 2024-02-08 21-13-09

korinekgergely commented 9 months ago

.overrideCustomFieldConfig('width', 200) Sorry.