I have a grouplist that needs to be regularly update with fresh data.
In the following example, I created two buttons that clear and then reparse a dataset. I have noticed that after the first parsing, the children disappear.
Can you explain why and how best to accomplish this?
Please note that each new data set will be different. Some will have many parents, others could have none. So I assume I need to use the single-value hierarchical dataset approach.
You should use a copy of each dataset via webix.copy(data), because components work directly with the DataStore and may cause
irreversible changes in it.