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

1.3.0 • 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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.01,293latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.01,293
1.2.1435,835
1.2.131,493
1.2.121,994
1.2.11627
1.2.1026
1.2.945
1.2.80
1.2.71
1.2.60
1.2.50
1.2.40
1.2.30
1.2.20
1.2.10
1.2.00
1.1.34
1.1.20
1.1.11
1.1.00
1.1.0-alpha.10
1.1.0-dev0

Package Sidebar

Install

npm i jquery-datatables-checkboxes

Weekly Downloads

41,319

Version

1.3.0

License

MIT

Unpacked Size

91 kB

Total Files

8

Last publish

Collaborators

  • gyrocode