mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
checkbox column width
This commit is contained in:
parent
6da3a29c07
commit
4a53d5732f
@ -92,6 +92,7 @@ let AntTable = React.createClass({
|
||||
let selectionColumn = {
|
||||
key: 'selection-column',
|
||||
title: checkboxAll,
|
||||
width: 60,
|
||||
render: this.renderSelectionCheckBox
|
||||
};
|
||||
if (this.props.columns[0] &&
|
||||
|
Loading…
Reference in New Issue
Block a user