Allow reordering of table view columns
See original GitHub issueMake sure these boxes are checked before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- I have checked the issue tracker for the same issue and I haven’t found one similar.
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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:7 (5 by maintainers)
Top Results From Across the Web
How to prevent TableView from doing TableColumn re-order ...
It's possible to disable column reordering using some hacks. And here're the steps: Get table header. This can be done as described here: ......
Read more >Allow reordering of table view columns · Issue #7129 - GitHub
Possible solution In that case, it is possible to rearrange the filters as desired without deleting and adding them again and again.
Read more >Rearranging Columns in Table View - Wrike Help Center
Click a column's title. Drag the column to a location and then release the mouse button. Freeze column order.
Read more >Table Reorder Columns - Bootstrap Table
Table Reorder Columns extension of Bootstrap Table. ... orderColumns. View on GitHub ... Allow to drag only the rows that have the css...
Read more >Allow reordering of rows in "detail view" table - Suggestion Box
In detail view, I'd like to be able to reorder the rows for a lookup column being displayed as a table. If the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
react-select
added support for this last month, but it looks like it hasn’t been baked into a release yet. I expect it’ll probably be in 3.1.0 whenever that is drafted.Closing as completed.