filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Dynamic JSON Feed Sorting #227

Closed glennphilp closed 5 years ago

glennphilp commented 8 years ago

Hey @zachleat,

I am trying to use Tablesaw in a company directory, where a user is able to search by letter or name. The issue is we are only pulling 25 results at a time from a JSON feed and showing a pagination for the remaining number of pages. So when a user sorts from the front-end it doesn't look through all the data to return Z-A. Is it possible to hook tablesaw's sorting function into a back-end JSON feed?

zachleat commented 5 years ago

This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open.

The enhancement backlog can be found here: https://github.com/filamentgroup/tablesaw/issues?utf8=%E2%9C%93&q=label%3Aneeds-votes+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!