meteor-tabular
meteor-tabular copied to clipboard
Get route in selector
is it possible to have access to the clients route that called the table to avoid sending extra information to the client
new Tabular.Table({
name: 'My Cool Table',
stateSave: true,
collection: Submissions,
columns: [ ...
....
selector(userId) {
// HERE
}