I have a Treetable with child data. I am using $$(table).openAll(); to expand tree default. on load it works proper but when i come from another page then tree icon gets hide and child data isn’t showing. I don’t know what is going wrong. Help Please.
Hello, @Naufil
Could you, please, specify the issue:
- Does treetable always receive data correctly?
- If the data is local and loaded with
parse
, is webix.copy used?
When you use the same data more than once (e.g for loading/parsing), it’s good practice to usewebix.copy()
. Webix works directly with given objects of data/config and can change them.webix.copy()
will prevent it - in this case, the original object will stay reusable.