mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #5509 - tree: loadingMode
This commit is contained in:
parent
5a099a0f52
commit
40c7c574ec
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
:node="childNode"
|
:node="childNode"
|
||||||
:templates="templates"
|
:templates="templates"
|
||||||
:level="level + 1"
|
:level="level + 1"
|
||||||
|
:loadingMode="loadingMode"
|
||||||
:expandedKeys="expandedKeys"
|
:expandedKeys="expandedKeys"
|
||||||
@node-toggle="onChildNodeToggle"
|
@node-toggle="onChildNodeToggle"
|
||||||
@node-click="onChildNodeClick"
|
@node-click="onChildNodeClick"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue