checkbox column width

This commit is contained in:
afc163 2015-07-12 21:23:45 +08:00
parent 6da3a29c07
commit 4a53d5732f

View File

@ -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] &&