Skip to content

Commit

Permalink
fix(comp:transfer): pagination quick jumper should be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Feb 20, 2023
1 parent 7a0d646 commit e79c7c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function createPagination(
return {
simple: true,
showTotal: false,
showQuickJumper: true,
...pagination,
pageIndex: pageIndex.value,
pageSize: pageSize.value,
Expand Down

0 comments on commit e79c7c2

Please sign in to comment.