browser icon indicating copy to clipboard operation
browser copied to clipboard

Simple server-side sort for csv

Open evert opened this issue 6 years ago • 0 comments

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

evert avatar Jul 10 '18 06:07 evert