diff --git a/docs/README.md b/docs/README.md index 828cae1..096ca24 100644 --- a/docs/README.md +++ b/docs/README.md @@ -145,7 +145,7 @@ Custom the events on row: ```js const rowEvents = { - onClick: (e) => { + onClick: (e, row, rowIndex) => { .... } };