-
I have an |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have the same issue. I wanted to ignore the expand row column, which in my case is an svg caret. I used a conditional in the onClick to determine if the click was made on the caret or not. Something like
Having assigned an ID to the cell that I don't want to react |
Beta Was this translation helpful? Give feedback.
-
I was worried that React Table would be providing its own classes because I was used to the previous architecture, but that wouldn't make any sense. I'll switch back to a row handler and use this method. |
Beta Was this translation helpful? Give feedback.
I have the same issue. I wanted to ignore the expand row column, which in my case is an svg caret. I used a conditional in the onClick to determine if the click was made on the caret or not. Something like
Having assigned an ID to the cell that I don't want to react