Add fnDrawCallback to podcasts table to fix placeholder
This commit is contained in:
parent
641cfb9432
commit
fff7ef371d
1 changed files with 3 additions and 0 deletions
|
@ -1420,6 +1420,9 @@ var AIRTIME = (function(AIRTIME) {
|
|||
sAjaxSource : ajaxSourceURL,
|
||||
oColReorder: {
|
||||
iFixedColumns: 1 // Checkbox
|
||||
},
|
||||
fnDrawCallback: function () {
|
||||
AIRTIME.library.drawEmptyPlaceholder(this);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue