Views not updated when underlying table changes
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Steps to reproduce
- Create a table
- Create a view on that table that filters entries based on some criterion
- Combine both in an application
- Change a value in the table
Expected behavior
If a value is shown in both the table and the view and it is updated in either (from the dialog) its new value should also be updated in the other.
If a value changes that controls the number of entries shown in a view, the entries (rows) shown should adapt automatically.
Actual behavior
No updates occur on the view. Neither is a value updated that is shown in both the table and the view nor is the number of rows shown in the view updated if a value changes that is used for filtering.
Tables app version
Sorry, I'm not the admin
Browser
Firefox 142
Client operating system
Linux
Operating system
Sorry, I'm not the admin
Web server
None
PHP engine version
None
Database
None
Additional info
No response
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 the issue in the Tables app with a filtered view, then trace how table edits and view filtering are refreshed. Done means edits are reflected in both table and view, and rows appear or disappear automatically when filter values change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100