Changing the size of the row in a grid after clicking expandable button

I made a grid and in one column there is expandable button (Details component). When I click on it the size of the row stays the same so you can’t really see all the options, is there a way to change row size dynamically?
17715158.png
17715161.png

Seems the row height simply isn’t updated properly. Try resizing the browser window to see if that triggers the resize event.

Which Vaadin version are you using?