mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
fix table onChange pagination type (#11291)
Update interface.tsx TableProps onChange
This commit is contained in:
parent
705e57f7e8
commit
9c792d52a8
@ -106,7 +106,7 @@ export interface TableProps<T> {
|
||||
onExpandedRowsChange?: (expandedRowKeys: string[] | number[]) => void;
|
||||
onExpand?: (expanded: boolean, record: T) => void;
|
||||
onChange?: (
|
||||
pagination: PaginationConfig | boolean,
|
||||
pagination: PaginationConfig,
|
||||
filters: Record<keyof T, string[]>,
|
||||
sorter: SorterResult<T>,
|
||||
) => void;
|
||||
|
Loading…
Reference in New Issue
Block a user