disable autoResetPageIndex

This commit is contained in:
pa
2026-02-09 14:57:41 +09:00
parent a31f98a4a2
commit cc2c45847f
4 changed files with 11 additions and 1 deletions

View File

@@ -240,6 +240,9 @@
initialPagination: {
pageIndex: 0,
pageSize: pageSize.value
},
tableOptions: {
autoResetPageIndex: false
}
});