glimpseio / Splice

Issues and support files for the Splice app by Glimpse I/O
https://glimpse.io
0 stars 0 forks source link

Sort results with table headers #2

Closed marcprux closed 6 years ago

marcprux commented 6 years ago

Users generally expect to be able to sort table columns by clicking on their headers, so we should support this in Splice. Since we don't load all the results into memory when we execute a query, we'd need to re-execute the same query with the sort criteria appended.

marcprux commented 6 years ago

This is implemented in 1.0beta6