Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular

Get route in selector

Open
#436 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.