react-strap-table
react-strap-table copied to clipboard
Make entire row clickable
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?