angular-ui / ui-grid

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

Angular Grid Column Misalignment #6223

Open anoopparameswaran opened 7 years ago

anoopparameswaran commented 7 years ago

Hey guys. I am facing a weird issue with Angular grid. Some of the users reported that the grid rendered with the misaligned columns. And the grid goes back to normal when they adjust the column width.

col-misalignment

jimgrimmett commented 6 years ago

We've seen this a fair bit. We resolved the issue by making sure every columns has a width and a minWidth and only allowing ONE column to have variable width ('*').

Usually this fixes the issue.