If I make the row clickable then buttons in the cells stop working
I have an expandable row that I would like to expand when I click on the row. I tried doing this through onClick in the row (<tr>) and it works as expected, however, the buttons and checkboxs within the row now do not work. I tried changing the z-index and I also tried event.stopPropagation() on the onClick handler, but none seem to work.
Any ideas?
0 Replies