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

Server Side sorting #4

Open
bsagal opened this issue Sep 27, 2016 · 3 comments
Open

Server Side sorting #4

bsagal opened this issue Sep 27, 2016 · 3 comments

Comments

@bsagal
Copy link

bsagal commented Sep 27, 2016

Do you have a plan to allow server side sorting?

@andyperlitch
Copy link
Owner

Hmm, I had not planned on it. It seems to me that sorting is not really a problem for the client-side. The bigger potential issue (which might be what you are REALLY asking for) is handling datasets too large for the browser to handle. To address this, you would need more than just sorting on the server-side, but also pagination and a way to provide a count of total rows. A valid use-case, but not one I had plan to address soon. I'll keep it here as a feature request and am open to contribution.

@PatrickHuetter
Copy link

+1 for serverside sorting. Your table looks very good but i can't use it because i've a lot of data and need server side paging. Too bad.

@andyperlitch andyperlitch added this to the 1.0.0 milestone Jul 11, 2017
@cmckni3
Copy link
Collaborator

cmckni3 commented Oct 24, 2017

Please use the reaction button instead of posting "+1".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants