We have many tables where rows need to be highlighted based on some condition associated with the data in that row.
In v1, we used snippets run on a field render to change the css class of the DOM element representing the row.
How is that being done in V2? The individual rows are not exposed to the Design System for style variant display logic.