Core: do not detach rows before appending to prevent ajax rows from disappearing. Fixes #701

This commit is contained in:
Mottie 2014-08-04 07:56:43 -05:00
parent d55a99eb4c
commit 388f20f072

View File

@ -396,7 +396,6 @@
if ($bk.length && !$bk.hasClass(c.cssInfoBlock)) {
// get tbody
$tb = ts.processTbody(table, $bk, true);
$tb.children().detach(); // remove rows
n = cc[k].normalized;
totalRows = n.length;
for (i = 0; i < totalRows; i++) {