0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,496 forks (2,496 forks)batch import
help wantedneeds: analysis
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I have added a custom directive to the rowTemplate. That directive should be triggered for every row.
It is triggered for the first page when using pagination but not on subsequent pages when navigating.
It is triggered though when I change the number of rows per page in the drop down box.
Contributor guide
- Research direction
- Investigate why the custom directive in rowTemplate is not triggered on pagination navigation beyond the first page. Check if the directive lifecycle hooks are being called correctly and if the row rendering process reuses existing elements or creates new ones. Look into the pagination logic and how rows are compiled or linked when the page changes.
- Tech stack
- javascriptangular
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- AngularJavaScript