jquery-datatables-checkboxes
TypeScript icon, indicating that this package has built-in type declarations

1.2.14 • Public • Published

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 are 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 LLC, gyrocode.com

License

MIT License, opensource.org/licenses/MIT

Package Sidebar

Install

npm i jquery-datatables-checkboxes

Weekly Downloads

5,343

Version

1.2.14

License

MIT

Unpacked Size

86.7 kB

Total Files

8

Last publish

Collaborators

  • gyrocode