ngx-super-table
ngx-super-table copied to clipboard
Server Side sorting
Do you have a plan to allow server side sorting?
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.
+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.
Please use the reaction button instead of posting "+1".