You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/03/26 14:46:30 UTC

[GitHub] [incubator-superset] ju4nlu opened a new issue #7129: Allow reordering of table view columns

ju4nlu opened a new issue #7129: Allow reordering of table view columns
URL: https://github.com/apache/incubator-superset/issues/7129
 
 
   <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
     http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
   -->
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] 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](https://user-images.githubusercontent.com/16457073/55005834-03b3ea00-4fdd-11e9-90e3-34d8e41b6629.png)
   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](https://user-images.githubusercontent.com/16457073/55006353-e5022300-4fdd-11e9-917f-03e09144cfda.png)
   In that case, it is possible to rearrange the filters as desired without deleting and adding them again and again.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org