Feature proposal #6756
openImplement ajax paging method
Description
Implemented as an additional paging method that's optional for use. The underlying code would still be standard paging except this would change to a load more usage which ajaxs in the results. Optional auto loading functionality as well to load in more as you scroll.
Originally: Maybe also keep the option of old paging with numbers and arrows. This should include the option to auto page like Activity as well.
Updated by krileon about 7 years ago
- Subject changed from Review replacing current paging with ajax based paging to Replace current paging with ajax based paging
Updated by krileon about 7 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
4.0.0) - % Done changed from 0 to 100
This maybe great for image only galleries, but it's terrible UX for navigating files in general.
Updated by krileon about 7 years ago
- Subject changed from Replace current paging with ajax based paging to Implement ajax paging method
- Description updated (diff)
- Status changed from Rejected to Assigned
- Target version set to 4.0.0
- % Done changed from 100 to 0
Reopened as this could just be another paging method instead of having either/or support both basically.
Updated by krileon almost 7 years ago
This just needs to get rid of the page jumping and simply have next/previous. Optional ajax usage with more button. This allows for a fast query usage where only the current page + 1 is needed to determine if we've another page or not.