Merge pull request #17177 from wtzeng1/master

fix(Doc): remove useless option in API Doc for row-selection-custom Table
This commit is contained in:
偏右 2019-06-19 22:15:23 +08:00 committed by GitHub
commit 5203d24d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,6 @@ class App extends React.Component {
},
},
],
onSelection: this.onSelection,
};
return <Table rowSelection={rowSelection} columns={columns} dataSource={data} />;
}