Bug on ui-grid column display

141 Views Asked by At

I've got a problem on my angular application. I have an ui-grid but sometimes, only the 3 first columns are display and when I click on a column header or refresh the page all the columns are visible.

Screen :

before refresh or click

after refresh or click

The definition of the ui-grid is :

<div class="perso-ui-grid" ui-grid="options" ui-grid-selection ui-grid-pagination ui-grid-auto-resize ui-grid-edit ui-grid-resize-columns></div>

Do you have an idea from where is the problem ?

0

There are 0 best solutions below