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

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