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
4
4
Checkboxes is an extension for the jQuery DataTables library that provides
5
5
universal solution for working with checkboxes in a table.
6
6
7
- More information and examples is available at
7
+ More information and examples is available at
8
8
[ gyrocode.com/projects/jquery-datatables-checkboxes/] ( http://www.gyrocode.com/projects/jquery-datatables-checkboxes/ ) .
9
9
10
10
@@ -18,14 +18,15 @@ $('#example').DataTable({
18
18
'targets': 0,
19
19
'checkboxes': true
20
20
}
21
- ]
21
+ ],
22
+ 'order': [[1, 'asc']]
22
23
});
23
24
````
24
25
25
26
Documentation
26
27
-------------
27
28
28
- Documentation is available at
29
+ Documentation is available at
29
30
[ gyrocode.com/projects/jquery-datatables-checkboxes/] ( http://www.gyrocode.com/projects/jquery-datatables-checkboxes/ ) .
30
31
31
32
You can’t perform that action at this time.
0 commit comments