🔨 remove useless default value of tableLayout

This commit is contained in:
afc163 2019-09-04 17:39:32 +08:00 committed by 偏右
parent 580312bd1f
commit 49a37d10c7

View File

@ -122,7 +122,6 @@ export default class Table<T> extends React.Component<TableProps<T>, TableState<
showHeader: true, showHeader: true,
sortDirections: ['ascend', 'descend'], sortDirections: ['ascend', 'descend'],
childrenColumnName: 'children', childrenColumnName: 'children',
tableLayout: 'auto',
}; };
CheckboxPropsCache: { CheckboxPropsCache: {