repair radio type of rowSelection in Table

close #1627
This commit is contained in:
RaoHai 2016-05-11 11:00:42 +08:00 committed by afc163
parent bd388ac25e
commit f7c9e64416

View File

@ -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) {