Refactor code to update version numbers and fix bugs in Gangguan and Monalisa components

This commit is contained in:
Dede Fuji Abdul
2024-04-19 19:34:54 +07:00
parent 3a891bf159
commit ee034bacf9
28 changed files with 570 additions and 205 deletions

View File

@@ -22,7 +22,7 @@
:allow-column-resizing="true"
column-resizing-mode="widget"
>
<DxPaging :page-size="20" :enabled="true" />
<DxPaging :page-size="20" :enabled="true" :page-index="0" />
<DxPager
:visible="true"
:allowed-page-sizes="[20, 50, 100]"
@@ -351,7 +351,6 @@ import { DxDataGrid } from 'devextreme-vue'
import {
DxColumn,
DxExport,
DxLoadPanel,
DxPager,
DxPaging,
DxSearchPanel,