Hello,
I would like to know if it is possible to get the display settings after a user change columns visibility, order or columns width?
With the columnDrop method, I can have the moved column but not its order in the column list. I also tried the getColumns method but the order is from the first generation of the grid and doesn't take the changed order by the user.
I need to save these custom settings so I need to retrieve all data that users modify (visibility, order, and width).
Is there a way to do that?
Regards