Fixed #5717 - Table: remove responsiveLayout

This commit is contained in:
tugcekucukoglu 2024-05-10 10:46:03 +03:00
parent 32c592b74e
commit 12f28aaf80
10 changed files with 4 additions and 109 deletions

View file

@ -52,7 +52,6 @@
:editMode="editMode"
:editing="editMode === 'row' && isRowEditing"
:editingMeta="editingMeta"
:responsiveLayout="responsiveLayout"
:virtualScrollerContentProps="virtualScrollerContentProps"
:ariaControls="expandedRowId + '_' + rowIndex + '_expansion'"
:name="nameAttributeSelector"
@ -250,10 +249,6 @@ export default {
type: Boolean,
default: false
},
responsiveLayout: {
type: String,
default: 'stack'
},
editButtonProps: {
type: Object,
default: null