-
Notifications
You must be signed in to change notification settings - Fork 4
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
Sort all the things! #91
Comments
Some images from @MeghanUX: |
Seems like the easiest way to resolve this issue is to apply sorting directly on the client via: https://datatables.net/ (jquery dependent, full featured, heavy) or http://github.hubspot.com/sortable/ (no dependencies, simple, getting a bit longer in the tooth) Is there an option to push all data directly to the client and paginate there or should we maintain server-side pagination? |
Ideally, we should keep server-side pagination - sending all the data to the client at once is not such a great solution once your dataset starts getting larger. |
Reply from @ArtOfCode- in #73:
|
We need to make more of the things sortable! @MeghanUX, what are all the things you want to get sorted?
The text was updated successfully, but these errors were encountered: