patch rowEvents docs

This commit is contained in:
AllenFang 2018-02-04 21:41:52 +08:00
parent 7030b54cbd
commit ca32eee28e

View File

@ -145,7 +145,7 @@ Custom the events on row:
```js
const rowEvents = {
onClick: (e) => {
onClick: (e, row, rowIndex) => {
....
}
};