Datatable column sequence

Hello Webix team,

https://snippet.webix.com/ycd9rn0r

Is there any property by which we can maintain the sequence of column in datatable which autoConfig columns. I want to shuffle the sequence of columns.

Hello,

Unfortunately, I just can recommend not rely on the autoConfig, you need to set columns explicitly as an array, which allows setting their order correctly.
The autoConfig setting generates columns in the order provided by Javascript for…in loop, while a simple array of columns will maintain the desired sequence.