Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 1, 2023
1 parent 3f9d16f commit 275fc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/Table/MiniTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default function MiniTable<T extends object>({ loadData, ...restProps }:
cloneProps.pagination = {
...cloneProps.pagination,
pageSize: pageSize,
showSizeChanger: false,
};

cloneProps.onChange = function (page, filters, s, e) {
Expand Down

0 comments on commit 275fc78

Please sign in to comment.