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 :
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 ?