angular-ui/ui-grid

ui grid resize on window resize inconsistent

Open

#5176 aperta il 1 mar 2016

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)JavaScript (2496 fork)batch import
good first issue

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor