gogitub opened a new issue #9527: Table view: Column sort option on the UI should fetch the data from the database and display results accordingly URL: https://github.com/apache/incubator-superset/issues/9527 Problem Description: As the Row Limit in Table view is 10000, we get only 10000 records in the view. When we click on Sort ascending or Sort descending arrows in the UI, the data (only the visible 10000 rows) gets sorted whereas it is not considering the data available in the database. Expectation: The sort options should fetch the data from the database again as per sort and display the Row Limit specified records. Screenshot of Sort: 
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
