Replies: 1 comment
-
Awesome !! I really wanted sortable visualization tab ! I was also thinking about implementing the feature, but I wasn't / couldn't implemented, yet. I think it would be nice if current sorting component like "SortableContainer" can be reused. |
Beta Was this translation helpful? Give feedback.
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.
-
Summary
I would like to propose a feature to allow users to reorder visualization tabs by dragging and dropping them.
Motivation
Currently, visualization tabs are ordered by their creation time. In complex dashboards, being able to reorder tabs would improve usability and make dashboards more intuitive.
Proposal
Implement a drag-and-drop interface for visualization tabs. I plan to use libraries like
react-dnd
or a lightweight sortable library if needed.Would this feature be welcome? If so, I'd like to create a pull request.
Beta Was this translation helpful? Give feedback.
All reactions