Skip to content

Commit

Permalink
Add more space
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 9, 2021
1 parent 8f3b750 commit 34a40ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/treetable/TreeTableTemplatingDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Column field="name" header="Name" :expander="true"></Column>
<Column field="size" header="Size"></Column>
<Column field="type" header="Type"></Column>
<Column headerStyle="width: 8em" headerClass="p-text-center" bodyClass="p-text-center">
<Column headerStyle="width: 10rem" headerClass="p-text-center" bodyClass="p-text-center">
<template #header>
<Button type="button" icon="pi pi-cog"></Button>
</template>
Expand Down Expand Up @@ -60,7 +60,7 @@ export default {
<Column field="name" header="Name" :expander="true"></Column>
<Column field="size" header="Size"></Column>
<Column field="type" header="Type"></Column>
<Column headerStyle="width: 8em" headerClass="p-text-center" bodyClass="p-text-center">
<Column headerStyle="width: 10rem" headerClass="p-text-center" bodyClass="p-text-center">
<template #header>
<Button type="button" icon="pi pi-cog"></Button>
</template>
Expand Down Expand Up @@ -110,7 +110,7 @@ export default {
<Column field="name" header="Name" :expander="true"></Column>
<Column field="size" header="Size"></Column>
<Column field="type" header="Type"></Column>
<Column headerStyle="width: 8em" headerClass="p-text-center" bodyClass="p-text-center">
<Column headerStyle="width: 10rem" headerClass="p-text-center" bodyClass="p-text-center">
<template #header>
<Button type="button" icon="pi pi-cog"></Button>
</template>
Expand Down Expand Up @@ -160,7 +160,7 @@ export default {
<p-column field="name" header="Name" :expander="true"></p-column>
<p-column field="size" header="Size"></p-column>
<p-column field="type" header="Type"></p-column>
<p-column header-style="width: 8em" header-class="p-text-center" body-class="p-text-center">
<p-column header-style="width: 10rem" header-class="p-text-center" body-class="p-text-center">
<template #header>
<p-button type="button" icon="pi pi-cog"></p-button>
</template>
Expand Down

0 comments on commit 34a40ae

Please sign in to comment.