Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular
Go to page with item automatically
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 360
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
If I create a new row and the data is sorted in such way that the newly inserted row is inserted on a page different from the page the user is currently viewing, the user can be confused whether the row was actually inserted.
Can I prevent this by going to the page at which the newly inserted row is placed? Does there exist any function to get the number of the page at which a certain row is present?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by tracing the table's insert, sorting, and pagination flow; done means a newly inserted row takes the user to the page containing it, with coverage for insertion outside the current page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100