mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Update interface.tsx
This commit is contained in:
parent
1f730faf2d
commit
f8fbb33c73
@ -19,7 +19,7 @@ export interface ColumnProps<T> {
|
||||
},
|
||||
) => React.ReactNode);
|
||||
key?: React.Key;
|
||||
dataIndex?: string;
|
||||
dataIndex?: keyof T;
|
||||
render?: (text: any, record: T, index: number) => React.ReactNode;
|
||||
align?: 'left' | 'right' | 'center';
|
||||
filters?: ColumnFilterItem[];
|
||||
|
Loading…
Reference in New Issue
Block a user