cloudflarearchive / backgrid

Finally, an easily stylable semantic HTML data grid widget with a Javascript API that doesn't suck.
http://backgridjs.com
MIT License
2.01k stars 325 forks source link

solve issue 535 #568

Open nishiwei opened 9 years ago

nishiwei commented 9 years ago

If the underlying collection is a Backbone.PageableCollection in server-mode or infinite-mode, a page of models is fetched after sorting is done on the server.

wyuenho commented 8 years ago

Why do need a comparator for a server-side sorted collection?