Skip to content

Commit

Permalink
columns should not be from rc-table
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 committed Nov 18, 2019
1 parent 7f1c63f commit 1be2f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ export interface TableProps<RecordType>
| 'internalHooks'
| 'internalRefs'
| 'data'
| 'columns'
| 'expandIconColumnIndex'
| 'scroll'
> {
dropdownPrefixCls?: string;
dataSource?: RcTableProps<RecordType>['data'];
columns?: ColumnsType<RecordType>;
pagination?: false | TablePaginationConfig;
loading?: boolean | SpinProps;
size?: TableSize;
Expand Down

0 comments on commit 1be2f07

Please sign in to comment.