Sort query data feature
vv-boy opened this issue · 1 comments
vv-boy commented
Certainly! Here's a refined version:
"I have queried 1000 rows of data, and I would like the ability to sort any column by clicking on the column header."
nekketsuuu commented
Thanks for your feature request. With this feature, what is the desired behavior if the query result contains more than 1,000 rows and bdash truncates the result to 1,000 rows?
IMHO bdash should delegate the sort feature to databases using order by
in order to avoid creating confusion about sorting of large data.
Are there any existing use cases for this feature? If there are, they could serve as the starting point for this discussion.