Create condensed pagination for course studentlist
This adds a new attribute to the model, paginationRange, that defines a range of pages to show around the currently selected page. Value set to 10 for now, which means the user can jump 10 pages ahead or back at once.
An indication of more pages is given using ellipsis (...), as to not confuse users in thinking there are less pages available.
Fixes #96 (closed)
Merge request reports
Activity
added 3 commits
-
b5758836...5c4e0a12 - 2 commits from branch
development
- 21bebc9a - Merge branch 'development' into 'bug/pagination-96'
By Otto Visser on 2018-04-05T13:57:14 (imported from GitLab project)
-
b5758836...5c4e0a12 - 2 commits from branch
mentioned in commit 765be494
By Otto Visser on 2018-04-05T14:35:57 (imported from GitLab project)
Please register or sign in to reply