angular-ui/ui-grid

ui grid resize on window resize inconsistent

Open

#5.176 aberto em 1 de mar. de 2016

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)JavaScript (2.496 forks)batch import
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...

Guia do colaborador