Found this content helpful? Log in or sign up to leave a like!
What is the best practice for detecting page pagination? trigger/eventListener...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So I am working on adding icons (accommodations) for each student in the gradebook next to the students name to make it easier for the teachers to help the students. (using customData bools)
My question is how do you all detect pagination? Is there a trigger or load that I can listen to and and rerun my forEach?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So yes I have, I can take care of everything on the backend. It's the front end where I was running into a little hiccup.
I solved the issue this morning where on page load I would get a count of the Nodelist `.ui-widget-content .slick-row` and if that count exceeds current count run four each again. Thanks carroll-ccsd.