he-tree icon indicating copy to clipboard operation
he-tree copied to clipboard

Is it possible to force children reload on lazy load treeview?

Open StromRick opened this issue 3 years ago • 1 comments

i need to reload only the children of a specific parent when an API retrieves me the result, but the lazy load seems to not recalculate children once the parent was already opened once, can someone suggest me a method?

StromRick avatar Jun 20 '22 15:06 StromRick

https://hetree.phphe.com/v1/api#basenode

set node.$childrenLoadStaus = undefined, make it lazy load in next open

phphe avatar Jun 20 '22 16:06 phphe