Closed
Description
When the sizePerPage dropdwon is not shown on the pager, it sets the visibility of itself to hidden.
This should be display:none
. When using visibility, the element is not shown but the screen real-estate for that control is still reserved which results in a pager that is a good bit larger than it needs to be.
However, I also question why this control does not just return null
if the drop down is hidden and not render anything at all.
Metadata
Metadata
Assignees
Labels
No labels