angular-ui/ui-grid
Auf GitHub ansehenMultiple ui-grids within multiple tabs or divs, which are hidden, not displaying properly
Open
#5.151 geöffnet am 21. Feb. 2016
help wantedworkaround
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Multiple UI-grids not displaying properly when inside of a tabs or a divs which are hidden.
How to recreate issue:
- 3 tabs: A, B, and C
- place 1 grid (with unique data and ids) in B and C each
- let the page load with grid A showing
- When I click tab B, B's grid appears fine, however, clicking tab C, C's grid does not display
- Each individual tab's grid displays when I resize the page however.
- Navigating to another tabs, its grid is not displayed until you resize this page
Related to: https://github.com/angular-ui/ui-grid/issues/50 https://github.com/angular-ui/ui-grid/issues/581 https://github.com/angular-ui/ui-grid/pull/991