angular-ui/ui-grid

ui grid resize on window resize inconsistent

Open

#5,176 创建于 2016年3月1日

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

描述

I have just encountered an issue regarding grid resizing on window resizing.
I see the source code:

angular.element($window).on('resize', gridResize);

I see inconsistency where the grid is not fully resized to fill up the whole div. working on a solution...

贡献者指南

ui grid resize on window resize inconsistent · angular-ui/ui-grid#5176 | Good First Issue