mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-06-28 13:10:03 +00:00
fix #1077
This commit is contained in:
@@ -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) => { ... }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user