Hi Guys,
I’m just doing some work with Grid styling, and finding its behaving a little different to Table styling and not sure if this is intended or a bug.
Here’s what i’m seeing WITH TABLES.
If I do a Table.CellStyleGenerator where getStyle() returns “ok”
I see a style applied to the HTML as: v-table-cell-content-ok
Here’s what i’m seeing WITH GRID.
If I do a Grid.CellStyleGenerator where getStyle() returns “ok”
I see the style applied to the HTML as: v-grid-cell ok (note the space).
I’m not sure if this style is intended to be applied standalone or not? It’s just different to the behavior of tables, so I just thought i’d check if this was intended behavior or if the “ok” should actually be appended to v-grid-cell style name.
Vaadin Version, Theme and Widgetset 7.4.3
Cheers,
~Ben