Fix closing tag in Table_1, Table_2, and Table_3 components, and add title header in Table_28 component

This commit is contained in:
Dede Fuji Abdul
2024-02-28 17:27:58 +07:00
parent efca6ca1ce
commit 7641595dda
4 changed files with 9 additions and 3 deletions

View File

@ -57,6 +57,12 @@
{{ data.text }}
</p>
</template>
<template #title-header="{ data }">
<p class="text-center">
{{ data.text }}
</p>
</template>
</DxDataGrid>
</div>