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
