mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue