CC-3845 : General UI cleanup
This commit is contained in:
parent
ff1327881a
commit
466e30895c
3 changed files with 7 additions and 3 deletions
|
@ -62,7 +62,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"bJQueryUI": true,
|
||||
"bAutoWidth": true,
|
||||
|
||||
"sDom": 'lfr<"H"T><"dataTables_scrolling"t><"F"ip>',
|
||||
"sDom": 'lf<"dt-process-rel"r><"H"T><"dataTables_scrolling"t><"F"ip>',
|
||||
|
||||
"oTableTools": {
|
||||
"sSwfPath": "/js/datatables/plugin/TableTools/swf/copy_cvs_xls_pdf.swf"
|
||||
|
|
|
@ -87,7 +87,9 @@ $(document).ready(function() {
|
|||
"bLengthChange": false,
|
||||
"oLanguage": {
|
||||
"sSearch": ""
|
||||
}
|
||||
},
|
||||
|
||||
"sDom": '<"H"lf<"dt-process-rel"r>>t<"F"ip>',
|
||||
});
|
||||
|
||||
//$('#user_details').hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue