mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
parent
06850f3ed5
commit
646ca0e239
4 changed files with 118 additions and 60 deletions
|
@ -39,6 +39,14 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
overlayClass: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
overlayStyle: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
dataKey: null,
|
||||
filter: Boolean,
|
||||
filterPlaceholder: String,
|
||||
|
@ -103,6 +111,10 @@ export default {
|
|||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
chipIcon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
selectAll: {
|
||||
type: Boolean,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue