vladimir's changes on the playlist builder screen so far. need some changes to cue/fade editor and css for datatables

This commit is contained in:
Naomi 2011-01-26 18:31:59 -05:00
parent de3c95bd36
commit 293575a457
62 changed files with 3076 additions and 3371 deletions

View file

@ -73,6 +73,8 @@ function dtDrawCallback() {
function setUpLibrary() {
$('.tabs').tabs();
$('#library_display').dataTable( {
"bProcessing": true,
"bServerSide": true,
@ -97,6 +99,7 @@ function setUpLibrary() {
/* Length */ { "sName": "length" },
/* Type */ { "sName": "ftype", "bSearchable": false }
],
"aaSorting": [[2,'asc']]
"aaSorting": [[2,'asc']],
"sPaginationType": "full_numbers"
} );
}