Paging and sorting on the server side
Registered by
Dan Garner
Add paging is done using jQuery paging plugins - the problem with these is that the entire dataset is loaded each time a page is visited (rather than just the items we want).
This is a problem for larger datasets.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Dan Garner
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Make sure the paging control is translatable: https:/
This is not really a viable use of time at the moment - it will be a major upheaval to get done and i'm not sure we would be better for it.
It may even be better to cache results somewhere so that they can be reserved without hitting the DB.
(?)