CC-733 : broadcast logs

adding the export table tools.
This commit is contained in:
Naomi Aro 2012-03-09 13:39:12 +01:00
parent 3bec576ad3
commit 7c63387dd5
30 changed files with 4006 additions and 5 deletions

View file

@ -49,7 +49,11 @@ var AIRTIME = (function(AIRTIME) {
"bJQueryUI": true,
"bAutoWidth": false,
"sDom": 'lfr<"H"><"dataTables_scrolling"t><"F"ip>',
"sDom": 'lfr<"H"T><"dataTables_scrolling"t><"F"ip>',
"oTableTools": {
"sSwfPath": "/js/datatables/plugin/TableTools/swf/copy_cvs_xls_pdf.swf"
}
});
oTable.fnSetFilteringDelay(350);
};