You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add pagination to the index pages, so not all records are loaded at the same time. Loading all records at the same time leads to increased loading times, especially for the questionnaires index:
Tasks to take care of:
Decide for the type of pagination: Paging or infinity scrolling
Implement pagination for questionnaires
Make sure filters still work
Implement pagination for all other index pages (carers, languages, studies, participants)
Add pagination to the index pages, so not all records are loaded at the same time. Loading all records at the same time leads to increased loading times, especially for the questionnaires index:
Tasks to take care of: