This commit is contained in:
AllenFang
2019-09-07 16:14:06 +08:00
parent ec1f96cd1f
commit 16128e77e6
4 changed files with 113 additions and 108 deletions

View File

@@ -456,7 +456,7 @@ If the events is not listed above, the callback function will only pass the `eve
{
// omit...
headerEvents: {
onClick: e => { ... }
onClick: (e, column, columnIndex) => { ... }
}
}
```