Skip to content

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

License

Notifications You must be signed in to change notification settings

pythonzm/jquery-datatables-checkboxes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.7%
  • CSS 1.3%