michellethomas opened a new issue #16261: URL: https://github.com/apache/superset/issues/16261
For a sqllab query that returns a large number of columns (I observed this in a query with ~70 columns), the sorting functionality is broken. Columns do not sort at all. I'm not sure how easy this is to fix. Do we want to consider this a limitation of sqllab or is this fixable? ### Expected results Columns have the ability to sort ### Actual results When you click on the column header it does not sort and does not show the sorting arrow #### How to reproduce the bug 1. Go to sqllab and run a query with 70 columns 2. Try to sort the results ### Environment (please complete the following information): - superset version: `master` ### Checklist Make sure to follow these steps 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. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
