mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
🔨 remove useless default value of tableLayout
This commit is contained in:
parent
580312bd1f
commit
49a37d10c7
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user