File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ jQuery DataTables Checkboxes
44Checkboxes is an extension for the jQuery DataTables library that provides
55universal solution for working with checkboxes in a table.
66
7- More information and examples is available at
7+ More information and examples is available at
88[ gyrocode.com/projects/jquery-datatables-checkboxes/] ( http://www.gyrocode.com/projects/jquery-datatables-checkboxes/ ) .
99
1010
@@ -18,14 +18,15 @@ $('#example').DataTable({
1818 'targets': 0,
1919 'checkboxes': true
2020 }
21- ]
21+ ],
22+ 'order': [[1, 'asc']]
2223});
2324````
2425
2526Documentation
2627-------------
2728
28- Documentation is available at
29+ Documentation is available at
2930[ gyrocode.com/projects/jquery-datatables-checkboxes/] ( http://www.gyrocode.com/projects/jquery-datatables-checkboxes/ ) .
3031
3132
You can’t perform that action at this time.
0 commit comments