const rowSelection = { selectedRowKeys, columnTitle:' ', // 去掉全选 hideDefaultSelections:true, // 去掉全选 onChange: this.rowSelectedHandel, }; <Table rowSelection={rowSelection} columns={this.columns} dataSource={temporaryData} pagination={paginationProps} onChange={this.handleTableChange} />
本文转自:https://segmentfault.com/q/1010000013950662