Skip to content
Prev Previous commit
Next Next commit
patch rowEvents docs
  • Loading branch information
AllenFang committed Feb 4, 2018
commit ca32eee28e7a574d38ce40ce425352017afb2f61
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Custom the events on row:

```js
const rowEvents = {
onClick: (e) => {
onClick: (e, row, rowIndex) => {
....
}
};
Expand Down