using jqueryUI with datatables
This commit is contained in:
parent
9e20e935ca
commit
8bc2038597
1 changed files with 2 additions and 1 deletions
|
@ -100,6 +100,7 @@ function setUpLibrary() {
|
||||||
/* Type */ { "sName": "ftype", "bSearchable": false }
|
/* Type */ { "sName": "ftype", "bSearchable": false }
|
||||||
],
|
],
|
||||||
"aaSorting": [[2,'asc']],
|
"aaSorting": [[2,'asc']],
|
||||||
"sPaginationType": "full_numbers"
|
"sPaginationType": "full_numbers",
|
||||||
|
"bJQueryUI": true
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue