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