meteor-tabular
meteor-tabular copied to clipboard
Use with custom publication rather than collection?
Hi there,
I'm wondering if it's possible to create a TabularTable using a custom publication (created with the Meteor low-level pub API) rather than a collection.
Please let me know!
Thanks, Patrick
Probably need to accomplish this by creating a new plugin. I am looking to this because I need to make use of Meteor's aggregate hacks to support Mongo 3.2 Lookup
I would think this would work by setting the collection to your local collection and defining the custom publication for it as described in https://github.com/aldeed/meteor-tabular#using-a-custom-publish-function