https://github.com/gyrocode/jquery-datatables-checkboxes
Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.
https://github.com/gyrocode/jquery-datatables-checkboxes
Last synced: 3 months ago
JSON representation
Checkboxes is an extension for the jQuery DataTables library that provides universal solution for working with checkboxes in a table.
- Host: GitHub
- URL: https://github.com/gyrocode/jquery-datatables-checkboxes
- Owner: gyrocode
- License: mit
- Created: 2016-04-27T20:53:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T16:25:35.000Z (6 months ago)
- Last Synced: 2024-11-05T10:47:05.440Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.gyrocode.com/projects/jquery-datatables-checkboxes/
- Size: 196 KB
- Stars: 150
- Watchers: 11
- Forks: 62
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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/](https://www.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/](https://www.gyrocode.com/projects/jquery-datatables-checkboxes/).Copyright
---------Gyrocode LLC, [gyrocode.com](https://www.gyrocode.com)
License
-------MIT License, [opensource.org/licenses/MIT](http://www.opensource.org/licenses/MIT)