I have inserted this code within the controller: @Install(to = "itemsTable", subject = "rowStyleProvider") protected String itemsTableRowStyleProvider(Item item) { return "active-customer"; }
And … nothing happens. I’m trying to understand what I missed. I don’t know where and how I have to tell the app to load and use this scss file.
Hi Nadezhda
Thanks for posting an answer, it helps.
At the end your advice, plus a frantic use of the cache cleaning, almost resolved my issue.
The fact is, I’m trying to use it on a TreeDataGrid with a lot of code generated columns, and it looks that some properties (as background-color or even .vgrid{ …} are not well processed (which probable makes sense).