We are using angular-grid
to display a grid of dynamic columns. ie:
col1 col2 col3 col4 col5 col6 col7 col8 col9 colx
The columns are being returned in the correct order, however, angular grid is displaying them back to front.
colx col9 col8 col7 col6 col5 col4 col3 col2 col1
Is there a way to reverse these columns. We cant use column destinations, as we have no idea how many columns will be returned.