I have a grid which is based on jQuery DataTables Checkboxes
. It pretty much looks like the basic example that gyrocode
have on their webpage
Does anyone know if I can have all checkboxes checked when the table first loads please (including the master checkbox, the one at the top that checks/unchecks all with a single click)
I tried $("input.dt-checkboxes").prop("checked", true);
but that checks only the entries that are currently shown on the datatable's page