Is there any support for dynamically changing the row height. I am able to update the row and cell hieghts by updating css vars, but the transform: translate3d on the trs are still based on the original height so there is space between the rows.
Hi kevin,
Changing the vaadin-grid row height dynamically isn’t an offically supported feature but you could achieve the result (with private API’s !!) like so:
vaadinGrid._grid.setBodyHeight(20);