We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfc837 commit 641afe1Copy full SHA for 641afe1
components/table/Table.tsx
@@ -196,7 +196,7 @@ export const tableProps = () => {
196
default: undefined,
197
},
198
onResizeColumn: {
199
- type: Function as PropType<(w: number, col: ColumnsType) => void>,
+ type: Function as PropType<(w: number, col: ColumnType) => void>,
200
201
202
rowSelection: { type: Object as PropType<TableRowSelection>, default: undefined },
0 commit comments