Skip to content

Commit 61ac667

Browse files
Gareth Aneurin TribelloGareth Aneurin Tribello
authored andcommitted
Reversed ordering of tables in manual - now in forward alphabetical order
1 parent 806a69e commit 61ac667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-manual/assets/tablecode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var table = $('table.display').DataTable({
55
buttons: [
66
'copy', 'excel', 'pdf'
77
],
8-
"order": [[ 0, "desc" ]]
8+
"order": [[ 0, "asc" ]]
99
});
1010
$('#browse-table-searchbar').keyup(function () {
1111
table.search( this.value ).draw();

0 commit comments

Comments
 (0)