Vuetify Lazy Load Tables - Dual Load Issue
Open
Dev & Architecture
Technical Debt
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Vuetify tables that are lazy-loading are called twice, causing unnecessary load
**Acceptance Criteria**
- [ ] Investigate and update server-side table loading behaviour so that data is loaded once. Currently, once a page that contains a server-paginated data table loads, it executes two calls to the API, where one seems to be not necessary.
- [ ] Ensure a single call is made to load the data.
- [ ] If the fix is identified, but time does not allow for the fix to be applied to all the affected tables, create a ticket to plan to have them all fixed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.