I'm working with a grid with several columns of data. I want the user to be able to move the columns around (by setting the enableColumnMove property to true on the grid) but I also need to be able to reset the column order to what I initiate the grid with.
There is no method to change a column's dataIndex property after it has been created. Is there a different way to go about this?