mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
parent
bd388ac25e
commit
f7c9e64416
@ -393,7 +393,7 @@ export default class Table extends React.Component {
|
||||
}));
|
||||
}
|
||||
|
||||
renderSelectionRadio(value, record, index) {
|
||||
renderSelectionRadio = (value, record, index) => {
|
||||
let rowIndex = this.getRecordKey(record, index); // 从 1 开始
|
||||
let props = {};
|
||||
if (this.props.rowSelection.getCheckboxProps) {
|
||||
|
Loading…
Reference in New Issue
Block a user