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

@ -17,7 +17,6 @@
:data-p-cell-editing="d_editing"
:data-p-frozen-column="columnProp('frozen')"
>
<span v-if="responsiveLayout === 'stack'" :class="cx('columnTitle')" v-bind="getColumnPT('columnTitle')">{{ columnProp('header') }}</span>
<component
v-if="column.children && column.children.body && !d_editing"
:is="column.children.body"
@ -189,10 +188,6 @@ export default {
type: String,
default: null
},
responsiveLayout: {
type: String,
default: 'stack'
},
virtualScrollerContentProps: {
type: Object,
default: null