react-strap-table icon indicating copy to clipboard operation
react-strap-table copied to clipboard

Make entire row clickable

Open diegoSenra opened this issue 4 years ago • 0 comments

Hi!

Is there an easy way to make an entire row clickable?

What I would like to do: I'm now working with a clients list, fetching data from server and rendering the list with this table component. I would like to click the table row and show a client's details page (binding the row click with the client id presented in the table).

What i'm trying to do is setting listeners for every row, but so far things are getting too much verbose and not working that much properly.

Can you help me?

diegoSenra avatar Sep 04 '21 11:09 diegoSenra