* init nest table after sorted rows.

This commit is contained in:
Catouse
2020-11-13 16:11:45 +08:00
parent 3ba19a556e
commit 08080a1761
2 changed files with 2 additions and 1 deletions
@@ -130,6 +130,7 @@ $(function()
e.element.addClass('drop-success');
setTimeout(function(){e.element.removeClass('drop-success');}, 800);
$list.children('.drop-not-allowed').removeClass('drop-not-allowed');
$('#programForm').table('initNestedList')
}
});
});