How to get data with "query/selector"? For example like `aldeed:tabular` ```js {{> tabular table=TabularTables.Books selector=selector..... Template.myTemplate.helpers({ selector() { return {author: "Agatha Christie"}; } }); ```
How to get data with "query/selector"?
For example like
aldeed:tabular