mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
DataTable edit & filter button props updated
This commit is contained in:
parent
142524f06e
commit
fb387de29e
8 changed files with 319 additions and 79 deletions
|
@ -31,6 +31,7 @@
|
|||
:editingRows="editingRows"
|
||||
:editingRowKeys="editingRowKeys"
|
||||
:templates="templates"
|
||||
:editButtonProps="editButtonProps"
|
||||
:responsiveLayout="responsiveLayout"
|
||||
:virtualScrollerContentProps="virtualScrollerContentProps"
|
||||
:isVirtualScrollerDisabled="isVirtualScrollerDisabled"
|
||||
|
@ -211,6 +212,10 @@ export default {
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
editButtonProps: {
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
responsiveLayout: {
|
||||
type: String,
|
||||
default: 'stack'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue