We are currently utilizing angular-grid
for showcasing a dynamic grid with multiple columns. For example:
col1 col2 col3 col4 col5 col6 col7 col8 col9 colx
Despite the columns being retrieved in the correct sequence, angular grid is displaying them in reverse order like so:
colx col9 col8 col7 col6 col5 col4 col3 col2 col1
Is there any solution to reversing these columns? We are unable to use column destinations since the number of columns returned varies.