angularjs-table
angularjs-table copied to clipboard
Divide selectAll into selectAll and selectAllVisible
It would be wonderfull to create new version of selectAll:
- selectAll that selects alll rows from all existing rows (in server version it will be only the current page)
- selectAllVisibile that selects only rows from the current page
Proprably this should be also done for deselectAll in the same way.
Sorry for the late reply...
In the server version, what would you expect to be the behavior? Getting all the ids of all rows from the back-end would require a separate ajax call... So I suppose this would require an extra option on the table where you can specify the retrieval function which gets that list. Does that sound like what you have in mind?