-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi
I have a columnview which is created in multiple "passes". This is for a tree structure which is rather large so loading all at one pass is time consuming:
- first the main elements are created (basic
ulwith childlis) - then, for each child
lithat has more children, an AJAX request is sent to populate it
It works fine if I do the all-at-once method as described in the documentation (plain list, not getSubtree). If I do the AJAX-based load, my list is properly updated but I am not sure how to notify columnview that the original list has changed.
Is there a way to do this?
Thanks
Metadata
Metadata
Assignees
Labels
No labels