[Datatable] header menu: refreshColumns with reset = true -> menu is wrong

Hello,

When I execute datatable refreshColumns with reset = true, the header menu doesn’t contains all columns.

https://snippet.webix.com/tt2qvboh
Click on button and the header menu doesn’t display the hidden columns.

Regards

Hi Eric,

Please, use webix.copy() to avoid modifications of the cols array by inner logic: https://snippet.webix.com/ern546nm

Hello Helga,

Thanks.

Regards.