AllenFang / react-bootstrap-table

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

Two different behaviors on row click. #2047

Open TheBestDon opened 5 years ago

TheBestDon commented 5 years ago

I need to be able to click on row and open edit modal, but have trash icon and when clicked on icon, open delete modal. I have made that, but how to pass data of line clicked to delete modal. onRowClick works well, but can not pass data to icon click.