var oTable = $('#sometable').dataTable();
I'm trying to attach an event to a checkbox in the thead. Is there a function to retrieve header rows like fnGetNodes(), or must I do something like:
oTable.closest('.dataTables_scroll').children('.dataTables_scrollHead').find('input:checkbox')