Reorderable Table

Reorderable List is nice, but for my use-case I need a table.

The particular usecase is for having a table where people can drag stuff up/down, and then press save and the query saves that order as weight to database.

Reorderable list is not a good idea because it executes the query on each re-order, instead of having a “save changes” button like in the table

1 Like

A reorderable table component would be neat!

For the reorderable list, would it be an option to not have the query trigger in the “On Reorder” option? You could add a button component which runs you changes only when clicked, and then evaluates that current row order at that time? The reorderable list doesn’t include many of the features that the table component does, but if the triggering behavior is the sticking point that might work for the moment!

2 Likes