parent
1abba1b711
commit
2ed2c7ac88
|
@ -88,7 +88,7 @@
|
||||||
<Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible">
|
<Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible">
|
||||||
<template #header>
|
<template #header>
|
||||||
<span class="p-column-title">Options</span>
|
<span class="p-column-title">Options</span>
|
||||||
<Button type="button" icon="pi pi-cog" class="p-column-filter p-button-secondary" style="width:auto"></Button>
|
<Button type="button" icon="pi pi-cog" class="p-button-secondary" style="width:auto;margin-top: 1em"></Button>
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<Button type="button" icon="pi pi-cog" class="p-button-secondary"></Button>
|
<Button type="button" icon="pi pi-cog" class="p-button-secondary"></Button>
|
||||||
|
|
|
@ -2389,8 +2389,7 @@ export default {
|
||||||
</Column>
|
</Column>
|
||||||
<Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible">
|
<Column headerStyle="width: 8em; text-align: center" bodyStyle="text-align: center; overflow: visible">
|
||||||
<template #header>
|
<template #header>
|
||||||
<span class="p-column-title">Options</span>
|
<Button type="button" icon="pi pi-cog" class="p-button-secondary" style="width:auto;margin-top: 1em"></Button>
|
||||||
<Button type="button" icon="pi pi-cog" class="p-column-filter p-button-secondary" style="width:auto"></Button>
|
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<Button type="button" icon="pi pi-cog" class="p-button-secondary"></Button>
|
<Button type="button" icon="pi pi-cog" class="p-button-secondary"></Button>
|
||||||
|
|
Loading…
Reference in New Issue