mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
patch rowEvents docs
This commit is contained in:
parent
7030b54cbd
commit
ca32eee28e
@ -145,7 +145,7 @@ Custom the events on row:
|
||||
|
||||
```js
|
||||
const rowEvents = {
|
||||
onClick: (e) => {
|
||||
onClick: (e, row, rowIndex) => {
|
||||
....
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user