angular-ui/ui-grid
Auf GitHub ansehenheight calculation error produces extra white space below the last row, with option enableFiltering: true
Open
#4.275 geöffnet am 26. Aug. 2015
good first issue
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Here is my plunker: http://plnkr.co/edit/WYZUxZHFGpa3RCaAyJDy?p=preview
When enableFiltering: true, the height calculation is wrong.
In this particular case, changing the grid height to 181px works, that's 4px off. I am thinking I need to hard override the grid height as a workaround.