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
}
is it possible to have access to the clients route that called the table
to avoid sending extra information to the client