Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Feat]: Allow rows in tables to be draggable #405

@sebasarango1180

Description

@sebasarango1180

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.
Screen Shot 2023-10-16 at 5 27 05 PM

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

Labels

EnhancementNew feature or request

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions