mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #5717 - Table: remove responsiveLayout
This commit is contained in:
parent
32c592b74e
commit
12f28aaf80
10 changed files with 4 additions and 109 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue