angular-ui/ui-grid
Ver no GitHubUI - Grid Horizontal scroll Header - Grid misalignment
Open
#5.387 aberto em 6 de mai. de 2016
help wanted
Métricas do repositório
- Stars
- (5.395 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
We don't know what is the issue but our grid header is getting misaligned with the main grid body. We are using column resize and column chooser in our grid.
Following is the html layout of grid.
<div class="gridAngular gridReport" ui-grid="grid.gridOptions" ui-grid-auto-resize ui-grid-resize-columns ui-grid-move-columns ui-grid-save-state ui-grid-infinite-scroll>
</div>