meteor-tabular icon indicating copy to clipboard operation
meteor-tabular copied to clipboard

Use with custom publication rather than collection?

Open patrickdevivo opened this issue 9 years ago • 2 comments

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

patrickdevivo avatar Aug 28 '16 23:08 patrickdevivo

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

VansonLeung avatar Sep 30 '16 02:09 VansonLeung

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

aldeed avatar Oct 30 '16 23:10 aldeed