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

Click event issue on column #2052

Open samashok12005 opened 5 years ago

samashok12005 commented 5 years ago

Hi,

I would like to call the function onclick of data or text in the column.The current click event works, any where i can click in the column . I tried call the function from dataFormat, but not working.

Any way to make it work?