It can take a few seconds to dynamically load a tree node with many kids. In that case, the +/- buttons don’t change, and the user has no feedback as to what’s happening.
It would be nice to change the class of the node that’s being loaded to something like webix_loading.
I see that the loading icon is defined as return '<div class="webix_tree_open fa-spinner fa-spin"></div>';, but what happens when expanding a node is that its current icon starts to spin, so only fa-spin works, but fa-spinner isn’t applied. How can we replace the icon of the node with fa-spinner?