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:
@ -57,6 +57,12 @@
|
||||
{{ data.text }}
|
||||
</p>
|
||||
</template>
|
||||
|
||||
<template #title-header="{ data }">
|
||||
<p class="text-center">
|
||||
{{ data.text }}
|
||||
</p>
|
||||
</template>
|
||||
</DxDataGrid>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user