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

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

Open s7dhansh opened this issue 9 years ago • 1 comments

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.

s7dhansh avatar Jul 12 '16 04:07 s7dhansh

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

aslagle avatar Jul 13 '16 01:07 aslagle