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

Get route in selector

Open Silverutm opened this issue 5 years ago • 0 comments

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
    }

Silverutm avatar Apr 19 '20 21:04 Silverutm