angular-ui/ui-grid
Ver no GitHubui grid resize on window resize inconsistent
Open
#5.176 aberto em 1 de mar. de 2016
good first issue
Métricas do repositório
- Stars
- (5.395 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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...