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

@@ -106,7 +106,8 @@
pageSize: pageSize.value
},
tableOptions: {
autoResetExpanded: false
autoResetExpanded: false,
autoResetPageIndex: false
}
});