vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

Событие завершения прогрузки узла дерева #2462

Closed sagittaracc closed 3 years ago

sagittaracc commented 3 years ago

Есть ли какое-нибудь событие которое возникает когда узел полностью прогружен. Я имею ввиду когда закончится формирование DOM узла.

vakata commented 3 years ago

Sorry, please use English, I do not speak Russian.

sagittaracc commented 3 years ago

Sorry, i'm just wondering if there is a way to capture when the tree DOM is done loading in case i load loads of nodes at once. When i do that the tree is kinda frozen until the dom is completely drawn

vakata commented 3 years ago

There is the ready.jstree event and the state_ready.jstree event (in case you are using the state plugin and want to know when the state is done being applied).