Open
Description
It would be nice if users can click on a column in the CSV table, causing the table to automatically sort.
Clicking once should sort ascending, clicking twice descending.
All of this should work server-side and without javascript. To communicate to the browser that the table should be sorted, a special query parameter should be parsed, such as _browser-sort=fieldName+ASC