Persist DragColumn order

Hi Team,
I need to persist the column order after user reloads the datatable grid. Could you please help me.

Thanks & Regards,
Faruq Shaik.

If you are using WebixPRO edition, you can make use of getState() and setState() methods of the datatable that allow saving current state of a datatable and applying it afterwards.

Check the snippet, please: http://webix.com/snippet/be8baee7

(Press “Get state” button, than drag columns and press the “Set state” button to restore normal order.)

And the docs: http://docs.webix.com/desktop__datastate_state.html

Now I am able to persist the status. Thank you for quick response.