angular-ui/ui-grid
height calculation error produces extra white space below the last row, with option enableFiltering: true
已關閉
#4,275 建立於 2015年8月26日
good first issue
倉庫指標
- 星標
- (5,395 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.