Fix default value of Table showHeader, close #4658

This commit is contained in:
afc163 2017-01-20 11:33:27 +08:00
parent 48ea23e026
commit fae7fd1658

View File

@ -114,6 +114,7 @@ export default class Table<T> extends React.Component<TableProps<T>, any> {
indentSize: 20,
locale: {},
rowKey: 'key',
showHeader: true,
};
static contextTypes = {