From ca32eee28e7a574d38ce40ce425352017afb2f61 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 4 Feb 2018 21:41:52 +0800 Subject: [PATCH] patch rowEvents docs --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => { .... } };