mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4886 - Tree / TreeTable: new loadingMode property
This commit is contained in:
parent
098c7a5128
commit
b2ad40adcc
10 changed files with 61 additions and 14 deletions
|
@ -113,6 +113,7 @@ const classes = {
|
|||
],
|
||||
toggler: 'p-tree-toggler p-link',
|
||||
togglerIcon: 'p-tree-toggler-icon',
|
||||
nodeTogglerIcon: 'p-tree-node-toggler-icon',
|
||||
checkboxContainer: 'p-checkbox p-component',
|
||||
checkbox: ({ instance }) => [
|
||||
'p-checkbox-box',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue