using jqueryUI with datatables

This commit is contained in:
Naomi 2011-01-27 11:51:02 -05:00
parent 9e20e935ca
commit 8bc2038597

View file

@ -100,6 +100,7 @@ function setUpLibrary() {
/* Type */ { "sName": "ftype", "bSearchable": false }
],
"aaSorting": [[2,'asc']],
"sPaginationType": "full_numbers"
"sPaginationType": "full_numbers",
"bJQueryUI": true
} );
}