You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: