angularjs-table icon indicating copy to clipboard operation
angularjs-table copied to clipboard

Divide selectAll into selectAll and selectAllVisible

Open bestin-it opened this issue 7 years ago • 1 comments

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.

bestin-it avatar Sep 17 '17 19:09 bestin-it

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?

andyperlitch avatar Dec 13 '17 13:12 andyperlitch