How to Expanding Last Row #161
-
How to Expanding last row and set disable click expanding other row |
Beta Was this translation helpful? Give feedback.
Answered by
ihesvm
Jan 17, 2023
Replies: 1 comment
-
you should remove the expandRowByClick: true property. Other option is to put |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
icflorescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you should remove the expandRowByClick: true property.
It makes the whole row clickable to open the expanded row.
Other option is to put
onClick={(e) => e.stopPropagation()}
on Button if you want to have the whole row clickable