I hope this is something I just overlooked, but I'm trying to capture the checkbox click or change event on a row of a DataTables table. The use case is that I want to enable a link on the page if any row is selected, and disable the link if no rows are selected. So I need some sort of a change event that happens when the checkbox is selected or deselected, but I'm not having any luck. I can see how to find out how many rows are selected inside of a function, but I need a trigger event.
I tried doing this with the Select extension for DataTables, but I couldn't seem to get what I wanted there, either.
Thanks!