Torkel Ödegaard
Torkel Ödegaard
@ashharrison90 grafana/data should be reserved for things plugins will need and I don't think this falls into that cateogry
Great start! The only design issue I can think of is that it would better if the drawer as below the AppChrome topnav, like the mega menu: ![Screenshot from 2022-09-22...
But maybe that is a general design update for the all drawers in topnav so we can wait with that
> 1. This PR is not trying to solve scoped variables dependencies, right? Well, it has the foundation for it, SceneVariableSet when it interpolates variables inside it it will use...
We have column styles (available via the overrides tab), to set options per column. When you say your missing sanitize, do you want to show HTML in a cell?
yea, we have not added support for this cell display mode yet. Just curious what is the value you want to render as html? An anchor link? or something else?
that won't work, the new table will not support dynamic (different) table cell heights. As rows are virtualized the row height needs to be predefined and cannot differ between rows....
Yes, but won’t work in 7.0 table as row height, cell height is fixed
You can use the Overrides tab to define something exactly the same as Column styles, where you can define cell styles, thresholds, links etc per column. We are missing some...
image cell mode you ask for? well had a bit of fun this weekend https://github.com/grafana/grafana/pull/27669