Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Editor widget: reordering columns and rows #10759

Open
Tracked by #10856
farmaazon opened this issue Aug 6, 2024 · 1 comment
Open
Tracked by #10856

Table Editor widget: reordering columns and rows #10759

farmaazon opened this issue Aug 6, 2024 · 1 comment
Labels
-gui d-intermediate Difficulty: some prior knowledge required p-medium Should be completed in the next few sprints s-research-needed Status: the task will require heavy research to complete x-new-feature Type: new feature request

Comments

@farmaazon
Copy link
Contributor

farmaazon commented Aug 6, 2024

Follow up of #10293

AgGrid supports redordering columns by drag'n'drop, but this is meant to be just for representation: the way of receiving swapping event and reorder columns in the code should be researched.

There is also something for row dragging.

@farmaazon farmaazon added d-intermediate Difficulty: some prior knowledge required p-medium Should be completed in the next few sprints s-research-needed Status: the task will require heavy research to complete x-new-feature Type: new feature request -gui labels Aug 6, 2024
@farmaazon
Copy link
Contributor Author

farmaazon commented Aug 21, 2024

Refinement:

  • rowDragLeave - for row dragging
  • columns: movingChanged in the Column API. We also can read all columns and see what changed.
  • we may also add "move left/right/top/bottom" in the proper right-click menus.

@farmaazon farmaazon changed the title Table Editor widget: swapping columns and rows Table Editor widget: reordering columns and rows Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui d-intermediate Difficulty: some prior knowledge required p-medium Should be completed in the next few sprints s-research-needed Status: the task will require heavy research to complete x-new-feature Type: new feature request
Projects
Status: 📤 Backlog
Development

No branches or pull requests

1 participant