Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular
Get route in selector
- Dominant language
- JavaScript
- Stars
- 360
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
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
}
```
Contributor guide
Research direction
Start at the Tabular.Table configuration and the selector(userId) entry point shown in the issue, then trace how the table request reaches the selector. Define how the calling route would be exposed without sending extra information to the client, and document the expected selector behavior before implementing or testing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100