rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.95k stars 480 forks source link

Feature request: re-ordering elements in a multi-selection list #1374

Open pierpo opened 1 year ago

pierpo commented 1 year ago

Is your feature request related to a problem? Please describe. Sometimes I need to re-organize elements that I selected in a multi select list. And my elements are in a long list of a 1000 elements.

image

Besides, I don't see the elements currently selected. I need to search for them and pray that it's still in my connected list.

Describe the solution you'd like

I think we could imagine two things to make this work:

Supposing today looks like this:

image

We could have something like this instead:

image

Describe alternatives you've considered For now I need to uncheck my elements, search for them, re-check them in the correct order. It works but it is very tedious.