Record Table: Columns Drag and Drop Functionality #21604
git-init-priyanshu
started this conversation in
Ideas
Replies: 2 comments
|
I'd like to work on this issue. My approach is to implement drag-and-drop column reordering on the Record Table header using the project's existing drag-and-drop solution (or dnd-kit if none exists), while preserving current sorting and filtering behavior. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Scope & Context
Extension of issue: #20999
Since that issue was closed but not fully completed ( without the implementation of Drag and Drop feature ) I am creating this issue.
Current behavior
There is no drag and drop behaviour on Record Table Header.
Expected behavior
Users should be able to reorder columns of table via drag and drop.
All reactions