diff --git a/components/table/index.jsx b/components/table/index.jsx index da65765cf8..58164787cf 100644 --- a/components/table/index.jsx +++ b/components/table/index.jsx @@ -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] &&