Load on demand notification

Hi,
Load on demand is extremely useful when dealing with large tree. You can for example initially load the first level nodes and then when user select a node, an AJAX request is sent to server to load all its child nodes.

The suggestion is to have a visual animated indicator when such a process is triggered.
Example : jstree.com/demo scroll down and look for the “PHP & mySQL demo + event order” demo

or directly jump into this demo addobject.com/demo/nlstree/d … efault.php

Hi
There is a sample with dynamic loading: dhtmlx.com/docs/products/dht … tions.html
If you use method enableLoadingItem()
docs.dhtmlx.com/doku.php?id=dhtm … dingitem&s[]=enableloadingitem
you can set a text for loading item:

Yes i checked the example before writing.
Thanks for the doc reference, that’s useful.
I still suggest a visual effect too

Ok
We will consider it.

Did you considered it ?

New version is still in progress, updates will included.