SAAS-1165 - implement simple one-item drag and drop for podcast episodes table; still needs work
This commit is contained in:
parent
729360e1a1
commit
a7881b8941
6 changed files with 48 additions and 51 deletions
|
@ -85,6 +85,10 @@ var AIRTIME = (function(AIRTIME) {
|
|||
options[key] = dataTablesOptions[key];
|
||||
}
|
||||
|
||||
if (options.fnCreatedRow) {
|
||||
options.fnCreatedRow = options.fnCreatedRow.bind(this);
|
||||
}
|
||||
|
||||
self._datatable = self._$wrapperDOMNode.dataTable(options);
|
||||
// self._datatable.fnDraw(); //Load the AJAX data now that our event handlers have been bound.
|
||||
self._setupEventHandlers(bItemSelection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue