angular-ui/ui-grid

ui grid resize on window resize inconsistent

Open

#5 176 ouverte le 1 mars 2016

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)JavaScript (2 496 forks)batch import
good first issue

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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...

Guide contributeur