1.2.14 • Published 9 months ago

jquery-datatables-checkboxes v1.2.14

Weekly downloads
2,226
License
MIT
Repository
github
Last release
9 months ago

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

1.2.14

9 months ago

1.2.13

2 years ago

1.2.12

4 years ago

1.2.11

6 years ago

1.2.10

6 years ago

1.2.9

7 years ago

1.2.8

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.1.0-alpha.1

7 years ago

1.1.0-dev

7 years ago