Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple server-side sort for csv #29

Open
evert opened this issue Jul 10, 2018 · 0 comments
Open

Simple server-side sort for csv #29

evert opened this issue Jul 10, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@evert
Copy link
Member

evert commented Jul 10, 2018

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 evert added the enhancement New feature or request label Jul 10, 2018
@evert evert changed the title Figure out a way to make a csv table sortable Simple server-side sort for csv Oct 12, 2021
@mihok mihok self-assigned this Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants