meteor-tabular
meteor-tabular copied to clipboard
Is there a way to send data to the publication upon table creation?
Hi,
I am creating a tabular table and I am using Meteor.publishComposite to populate the tables data. Is there a way that I can send some data to the publication when defining a new Tabular.table({})?
Thanks!
Or is there a way to access the selector?