rickypid / flutter_expandable_table

A Flutter widget for create an expandable table with header and first column fixed.
https://pub.dev/packages/flutter_expandable_table
BSD 3-Clause "New" or "Revised" License
38 stars 28 forks source link

Reorder rows #23

Closed MrFahrenheit-55 closed 8 months ago

MrFahrenheit-55 commented 1 year ago

Hello there.

I really enjoy your take on the expandable data grid. Will it be possible to add a feature to drag and drop rows within the table to a new location?

Similar to this: https://raw.githubusercontent.com/welchi/nested_reorderable_list/main/example/gifs/nested_reorderable_list_demo.gif

rickypid commented 8 months ago

Hi @PhilipNell-258,

As I have indicated in other issues, the library was not created to implement data processing internally but only deals with managing the layout.