mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
Fix default value of Table showHeader, close #4658
This commit is contained in:
parent
48ea23e026
commit
fae7fd1658
@ -114,6 +114,7 @@ export default class Table<T> extends React.Component<TableProps<T>, any> {
|
||||
indentSize: 20,
|
||||
locale: {},
|
||||
rowKey: 'key',
|
||||
showHeader: true,
|
||||
};
|
||||
|
||||
static contextTypes = {
|
||||
|
Loading…
Reference in New Issue
Block a user