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
I would need to attach an event handler on clicking any part of the row and get the index value of the clicked row. I can see there used to be a property onRowClick in the past that did exactly that, but I cannot see any replacement for that, but if a work-around exists already, I would love to hear about that.
I already tried onCellClick, but unfortunately it seems not to be passing the index of the clicked row to the clickHandler.
Looking at the examples, I can see there are checkboxes on the left side of the grid on some examples. My hunch is that it might be possible to attach event handler receivng row index on that component? Then again, I would like to avoid adding any checkboxes on rows as basically no need for checkboxes exists.
The text was updated successfully, but these errors were encountered:
I would need to attach an event handler on clicking any part of the row and get the index value of the clicked row. I can see there used to be a property onRowClick in the past that did exactly that, but I cannot see any replacement for that, but if a work-around exists already, I would love to hear about that.
I already tried onCellClick, but unfortunately it seems not to be passing the index of the clicked row to the clickHandler.
Looking at the examples, I can see there are checkboxes on the left side of the grid on some examples. My hunch is that it might be possible to attach event handler receivng row index on that component? Then again, I would like to avoid adding any checkboxes on rows as basically no need for checkboxes exists.
The text was updated successfully, but these errors were encountered: