Skip to content

Commit c23c5b2

Browse files
authored
style: Add more pagination options to table (1Panel-dev#9392)
Refs 1Panel-dev#5621
1 parent ccec57e commit c23c5b2

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/complex-table

1 file changed

+1
-1
lines changed

frontend/src/components/complex-table/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
v-model:current-page="paginationConfig.currentPage"
3333
v-model:page-size="paginationConfig.pageSize"
3434
:total="paginationConfig.total"
35-
:page-sizes="[5, 10, 20, 50, 100]"
35+
:page-sizes="[5, 10, 20, 50, 100, 200, 500]"
3636
@size-change="sizeChange"
3737
@current-change="currentChange"
3838
:size="mobile || paginationConfig.small ? 'small' : 'default'"

0 commit comments

Comments
 (0)