Skip to content

Commit 66c0508

Browse files
committed
Corrected code
1 parent ef191a1 commit 66c0508

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jQuery DataTables Checkboxes
44
Checkboxes is an extension for the jQuery DataTables library that provides
55
universal 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

2526
Documentation
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

0 commit comments

Comments
 (0)