@lBeJIuk
yes, with complex properties (like DataCollection, Promise) copy is not the solution.
webix should rewrite its logic.
as a workaround you can use webix.clone instead. https://snippet.webix.com/v1b4ncz9
it works for single level objects.
not sure if it will have problems with deeper one (like datatable config)
Comments
it is expected behavior.
to avoid you need to use copy of configuration.
@intregal
Thank you for the answer, but unfortunately, this decision is not always helpful.
https://snippet.webix.com/9m1odvcs
@lBeJIuk
yes, with complex properties (like DataCollection, Promise) copy is not the solution.
webix should rewrite its logic.
as a workaround you can use
webix.clone
instead.https://snippet.webix.com/v1b4ncz9
it works for single level objects.
not sure if it will have problems with deeper one (like datatable config)