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:
parent
de3c95bd36
commit
293575a457
62 changed files with 3076 additions and 3371 deletions
|
@ -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"
|
||||
} );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue