You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: