You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table that works fine with 10 columns but once I put in the eleventh, the data labels get messed up. Someone else had this same question, but I didn't see any resolution or response to the issue. here is a link to the issue. the bottom of the issue has a plunkr that reproduces exactly what I am seeing down to which labels are moving where. #2726
I am experiencing the same issue. I have 14 columns in my grid and it only displays first 4 columns. If I remove the last 4 columns from the grid then it displays the remaining first 10 columns, however as soon as I add the 11th column the grid again shrinks and displays first 4 columns.
Activity
noellaneiv commentedon Nov 18, 2015
FYI it appears to be a chrome specific issue, the tables display fine in safari and firefox
angu2starter commentedon May 1, 2016
I am experiencing the same issue. I have 14 columns in my grid and it only displays first 4 columns. If I remove the last 4 columns from the grid then it displays the remaining first 10 columns, however as soon as I add the 11th column the grid again shrinks and displays first 4 columns.
angu2starter commentedon May 1, 2016
found the solution at this link: http://stackoverflow.com/questions/32346675/angularjs-ui-grid-not-renders-more-than-10-columns
BertusVanZyl commentedon Nov 30, 2017
The workaround posted by angu2starter works for me. This is still a bug though, and should be fixed.