angular-ui/ui-grid

height calculation error produces extra white space below the last row, with option enableFiltering: true

Open

#4,275 创建于 2015年8月26日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (5,395 star) (2,496 fork)batch import
good first issue

描述

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.

贡献者指南