Grid setRowVisible (int ndex)

Hello,
about Flow Grid…
how may I set a specific row to be visible?

I’m not sure that is possible at the moment.

You could try adding a css class name to the rows you want to show/hide and set display to block or none.

Have a look at the grid style name generator here: https://vaadin.com/releases/vaadin-13#grid-class-name-generator

Regards,

Stuart