Remove v-deep use pt

This commit is contained in:
tugcekucukoglu 2023-10-26 10:41:27 +03:00
parent 095a203cd8
commit 3598aaef52
6 changed files with 182 additions and 140 deletions

View file

@ -49,10 +49,7 @@ export default {
],
code: {
basic: `
<DataTable
:value="products"
editMode="cell"
@cell-edit-complete="onCellEditComplete"
<DataTable :value="products" editMode="cell" @cell-edit-complete="onCellEditComplete"
:pt="{
table: { style: 'min-width: 50rem' },
column: {
@ -80,10 +77,7 @@ export default {
options: `
<template>
<div class="card p-fluid">
<DataTable
:value="products"
editMode="cell"
@cell-edit-complete="onCellEditComplete"
<DataTable :value="products" editMode="cell" @cell-edit-complete="onCellEditComplete"
:pt="{
table: { style: 'min-width: 50rem' },
column: {
@ -169,10 +163,7 @@ export default {
composition: `
<template>
<div class="card p-fluid">
<DataTable
:value="products"
editMode="cell"
@cell-edit-complete="onCellEditComplete"
<DataTable :value="products" editMode="cell" @cell-edit-complete="onCellEditComplete"
:pt="{
table: { style: 'min-width: 50rem' },
column: {