mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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
|
@ -78,6 +78,10 @@ export default {
|
|||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
loadingMode: {
|
||||
type: String,
|
||||
default: 'mask'
|
||||
},
|
||||
rowHover: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue