josiahke / jquery-datatables-checkboxes

Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery DataTables Checkboxes

Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.

More information and examples is available at gyrocode.com/projects/jquery-datatables-checkboxes/.

How to use

$('#example').DataTable({
   'columnDefs': [
      {
         'targets': 0,
         'checkboxes': true
      }
   ],
   'order': [[1, 'asc']]
});

Documentation

Documentation is available at gyrocode.com/projects/jquery-datatables-checkboxes/.

Copyright

Gyrocode, gyrocode.com

License

MIT License, opensource.org/licenses/MIT

About

Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.

License:MIT License


Languages

Language:JavaScript 98.5%Language:CSS 1.5%