Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular
Wrong number of entries when removing document
Open
Nobody has claimed this yet.
confirmed bug
will accept pull request
- Dominant language
- JavaScript
- Stars
- 360
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
If I delete a document from the collection, the table will return a wrong number of entries in Showing x to y of z entries until the table is rerendered.
Isn't this a mistake?
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
Start by reproducing document deletion in the tabular collection and inspect the table's reactive update and rerender path. Confirm that the “Showing x to y of z entries” summary updates immediately after deletion, without requiring a manual rerender.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100