AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 782 forks source link

Feature request: mimic "onRowClick" programmatically #2011

Open pke opened 6 years ago

pke commented 6 years ago

Add a prop to allow for specifying a row programmatically as if it has been clicked by the user. This programmatically clicked row should call the associated nRowClick handler.