mattiash / angular-tablesort

Sort angularjs tables easily
MIT License
184 stars 66 forks source link

Get sorted/filtered/paged data out of the table #76

Closed ChrisMBarr closed 7 years ago

ChrisMBarr commented 7 years ago

This addresses issues #74 and #62.

Now anything that might need the current view of the table data can get it when needed by calling a simple function.

Example usage: My organization plans to use this to filter a list down, and then to be able to export that filtered list to a CSV file

vannim152 commented 7 years ago

Hi Chris, can you create a new tag for the master? Version 1.3.1 is out-of-date.

ChrisMBarr commented 7 years ago

@vannim152 I don't own this repository, I can't make tags. Try asking @mattiash for this, or make a PR for it.

KerryRitter commented 7 years ago

Dang. I really need this feature! haha