mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +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
|
@ -59,6 +59,7 @@
|
|||
:isRowExpanded="d_rowExpanded"
|
||||
:expandedRowIcon="expandedRowIcon"
|
||||
:collapsedRowIcon="collapsedRowIcon"
|
||||
:editButtonProps="editButtonProps"
|
||||
@radio-change="onRadioChange"
|
||||
@checkbox-change="onCheckboxChange"
|
||||
@row-toggle="onRowToggle"
|
||||
|
@ -253,6 +254,10 @@ export default {
|
|||
type: String,
|
||||
default: 'stack'
|
||||
},
|
||||
editButtonProps: {
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
virtualScrollerContentProps: {
|
||||
type: Object,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue