CC-3729 : Create same UI for timeline to select checkboxes.
This commit is contained in:
parent
d7dcd03de5
commit
e6b724c45a
2 changed files with 90 additions and 76 deletions
|
@ -364,11 +364,10 @@ var AIRTIME = (function(AIRTIME) {
|
|||
//remove any selected nodes before the draw.
|
||||
"fnPreDrawCallback": function( oSettings ) {
|
||||
|
||||
//make sure any dragging helpers are removed or else they'll be stranded on the screen.
|
||||
$("#draggingContainer").remove();
|
||||
},
|
||||
"fnDrawCallback": AIRTIME.library.fnDrawCallback,
|
||||
"fnHeaderCallback": function(nHead) {
|
||||
$(nHead).find("input[type=checkbox]").attr("checked", false);
|
||||
},
|
||||
|
||||
"aaSorting": [[3, 'asc']],
|
||||
"sPaginationType": "full_numbers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue