question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow reordering of table view columns

See original GitHub issue

Make 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: image 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: image In that case, it is possible to rearrange the filters as desired without deleting and adding them again and again.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:8
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

7reactions
suddjiancommented, Nov 19, 2019

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.

0reactions
willbarrettcommented, Aug 17, 2020

Closing as completed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found