|
@@ -235,7 +235,7 @@ const Contact = React.createClass({
|
|
|
<Spin spinning={this.state.loading}>
|
|
|
<Table columns={this.state.columns}
|
|
|
dataSource={this.state.dataSource}
|
|
|
- rowSelection={false}
|
|
|
+ rowSelection={rowSelection}
|
|
|
pagination={this.state.pagination}
|
|
|
/>
|
|
|
</Spin>
|