Add vertical scrollbar to recent uploads table
This commit is contained in:
parent
46e126145e
commit
f283d69481
4 changed files with 7 additions and 9 deletions
|
@ -708,7 +708,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"url": sSource,
|
||||
"data": aoData,
|
||||
"success": fnCallback,
|
||||
"error": handleAjaxError,
|
||||
"error": handleAjaxError
|
||||
});
|
||||
},
|
||||
"fnRowCallback": AIRTIME.library.fnRowCallback,
|
||||
|
|
|
@ -185,7 +185,7 @@ $(document).ready(function () {
|
|||
"bFilter": false,
|
||||
"bSort": false,
|
||||
//"sDom": '<"H">frtip<"F"l>',
|
||||
"sDom": 'frt<"F"lip>',
|
||||
"sDom": '<"dataTables_scrolling"frt><"F"lip>',
|
||||
"bPaginate": true,
|
||||
"sPaginationType": "full_numbers",
|
||||
"oLanguage": getDatatablesStrings({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue