Description
Is your feature request related to a problem? Please describe.
I need to be able to change some info in DB every time a row changes its position in the table (UI), which I haven't been able to achieve so far.
Describe the solution you'd like
So for instance each row might have an attribute indicative of its position in the table (pretty much like the default id) but then I should be able to rearrange its rows by dragging them, and having that ID change as rows are arranged. This might look like the column organizing view you have.
Describe alternatives you've considered
I tried to use custom JS to modify the table and row elements but such operations are not allowed (unfortunately) in Lowcoder. Also tried to use the available event handlers but none of them allows to switch row order on drag.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status