Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2, 1.3, 1.4, 1.5, 2.0
-
Fix Version/s: None
-
Component/s: Pager
-
Labels:None
Description
Currently when the number of items returned is less than the number of items per page, the pager still displays previous and back buttons as links and a static text "1(last)".
Desired behaviour:
1. When # of items returned < # of items per page
Don't display page links, previous/next buttons
Do display the dropdown for "Show # per page" and "1-5 of 5 items"
2. When 0 items return
Don't display pager at all
Do display an appropriate message such as "No matches found"