-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
Allow reordering of table view columns #7129
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Ideal would be for someone to contribute the feature in |
|
The However, the react-select library for superset is currently at Are there plans to upgrade it to solve the problem? |
This has been implemented in Superset. If someone could help testing this PR, that'd be great! |
🙏@mistercrunch this issue can be closed |
Closing as completed. |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
Commit SHA:
b3c4bd95efd5f74e822b7ed7a2db043ba7b8c6cf
Problem
Columns displayed in the table view should be rearrangeable once chosen. They always follow the order in which they were selected, so that if you want the last column to be the first one, you have to remove all the columns and select them again in the correct order. An image of the current column selector is shown below:
This issue also happens on the
GROUP BY
columns.Possible solution
This could be solved by using the controller used in the Filter Box visualization to select the available filters:
In that case, it is possible to rearrange the filters as desired without deleting and adding them again and again.
The text was updated successfully, but these errors were encountered: