angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.38k stars 2.47k forks source link

Horizontal scrolling not actually scrolling the header but only data #3959

Open susharma-equinix opened 9 years ago

susharma-equinix commented 9 years ago

Hi All,

The issue #2592 indeed is not fixed.

When i horizontal scroll the grid the data is scrolled but not the header.

This is in UI-Grid and not in ng-grid

susharma-equinix commented 9 years ago

If i Maximize and minimize the window everything works fine.

So this seems to be some thing related to Style.

susharma-equinix commented 9 years ago

I solved this issue by using auto-resize of UI-Grid.

http://plnkr.co/edit/fwdXMamTBrR1yKVwcohZ?p=preview

Is this correct ??

psgrewal commented 8 years ago

above suggestion seems to work for me. im using 3.0.7, dont know if any of the rcs have fixed the issue