I have made a Datatable that has people grouped by their assigned projects. I have enabled reorderableRows and I can move them around without issue.
However, in the event that is passed to onRowReorder, I can find anything that points to which subheading group the row was dropped on so that I can change the users project. Is this even possible?
Thanks!