aslagle / reactive-table

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

Is there a way to pass the selector function (for ReactiveTable.publish) from the client? #409

Open s7dhansh opened 8 years ago

s7dhansh commented 8 years ago

in line https://github.com/aslagle/reactive-table/blob/master/lib/server.js#L3

@aslagle can you help me? Basically I want the selector to change, but that change is not possible with the filters. The complication arises because of the need of a reactive join on 2 collections.

aslagle commented 8 years ago

Sorry, it's not possible. If you really need that you'll have to write your own publication instead of using ReactiveTable's.