问题 I have a datatable with a working system to select rows, if you click anywhere in the row (not just the checkbox), it will select the row (greying it out) and check the box, it also tracks the number of selected rows in the bottom info text. I'm trying to get the first column header 'select all' checkbox to correctly select all rows, this function detects when the select all button is pressed: //select all $('body').on('click', '#productGapsSelectAll', function () { var allPages =