There was an example with jmix 1.5 but is there something available for vaadinFlow?
Hi,
As per Vaadin documentation the Grid
(DataGrid
) and TreeGrid
(TreeDataGrid
) components are the only have built-in support for dragging rows and dropping on rows. The other components can be made draggable or droppable-on using the DragSource and DropTarget extensions respectively.
Regards,
Gleb