aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 138 forks source link

getting ids of the whole published collection #494

Open Alino opened 3 years ago

Alino commented 3 years ago

on the frontend, is getting ids of the whole published collection possible with current filters applied? The reason I am asking is because I have made a table with a column with checkbox to select a row. And I need to create a "select all" button. This should also select items on the other pages.

Alino commented 3 years ago

same question asked on meteor forums -> https://forums.meteor.com/t/aslagle-reactive-table-getting-all-ids-of-a-collection/55210