DataTable edit & filter button props updated

This commit is contained in:
tugcekucukoglu 2024-04-29 12:55:47 +03:00
parent 142524f06e
commit fb387de29e
8 changed files with 319 additions and 79 deletions

View file

@ -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