Merge branch 'saas-dev' into saas-dev-bandwidth-limits
This commit is contained in:
commit
aa3d0ea7ae
|
@ -1420,6 +1420,9 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
sAjaxSource : ajaxSourceURL,
|
sAjaxSource : ajaxSourceURL,
|
||||||
oColReorder: {
|
oColReorder: {
|
||||||
iFixedColumns: 1 // Checkbox
|
iFixedColumns: 1 // Checkbox
|
||||||
|
},
|
||||||
|
fnDrawCallback: function () {
|
||||||
|
AIRTIME.library.drawEmptyPlaceholder(this);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue