Posted 4 November 2019, 7:59 pm EST
I am trying to add a listener to the a checkbox to fire when the checkbox value changes. I have tried adding listeners to the ‘click’, ‘change’ and ‘click change’ events. When I click on the checkbox none of these events fire. However, when I click within the cell but not on the checkbox, the ‘click’ event fires. What am I doing wrong.
Thanks, Ed