Add fnDrawCallback to podcasts table to fix placeholder

This commit is contained in:
Duncan Sommerville 2015-11-20 11:27:11 -05:00
parent 641cfb9432
commit fff7ef371d
1 changed files with 3 additions and 0 deletions

View File

@ -1420,6 +1420,9 @@ var AIRTIME = (function(AIRTIME) {
sAjaxSource : ajaxSourceURL,
oColReorder: {
iFixedColumns: 1 // Checkbox
},
fnDrawCallback: function () {
AIRTIME.library.drawEmptyPlaceholder(this);
}
});