We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6f744 commit 127b8e3Copy full SHA for 127b8e3
src/BootstrapTable.js
@@ -666,7 +666,7 @@ class BootstrapTable extends Component {
666
handleRowClick = (row, rowIndex, columnIndex) => {
667
const { options, keyBoardNav } = this.props;
668
if (options.onRowClick) {
669
- options.onRowClick(row, columnIndex);
+ options.onRowClick(row, columnIndex, rowIndex);
670
}
671
if (keyBoardNav) {
672
let { clickToNav } = typeof keyBoardNav === 'object' ? keyBoardNav : {};
0 commit comments