Vaadin 10 Grid - Grouping rows

Hi All,
Is it possible to group rows in the new Grid component, such that clicking on a “parent” row can expose lazy loaded “child” rows below it? Since we don’t have a tree grid in Vaadin 10 components yet, something like this may suffice.

Thanks.

Actually the latest version of the vaadin-grid component is having TreeGrid functionality as well

https://vaadin.com/components/vaadin-grid/html-examples/grid-tree-demos

So if you update the Grid dependency to be either 1.1-series or 1.2-series, you can use this in your Flow project

https://github.com/vaadin/vaadin-grid-flow

Excellent, thanks very much.