Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.
More information and examples are available at gyrocode.com/projects/jquery-datatables-checkboxes/.
$('#example').DataTable({
'columnDefs': [
{
'targets': 0,
'checkboxes': true
}
],
'order': [[1, 'asc']]
});
Documentation is available at gyrocode.com/projects/jquery-datatables-checkboxes/.
Gyrocode LLC, gyrocode.com
MIT License, opensource.org/licenses/MIT