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.
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
Commit SHA:
b3c4bd95efd5f74e822b7ed7a2db043ba7b8c6cfProblem
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 BYcolumns.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.