angular-ui/ui-grid
Vedi su GitHubGrid autoAdjustHeight missing PaginationControls Height
Open
#4960 aperta il 13 gen 2016
good first issue
Metriche repository
- Star
- (5395 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Hi,
When the function "autoAdjustHeight()" is called, if you have enabled PaginationControls, the PaginationControls height is not took into account for the total grid height.
So when you set minRowsToShow to X you only show arround X-1 element (depending on rows height).
I'm using bower-ui-grid v3.0.7
Thx for your help.