fix: Restore the ability to search in tables (#6386)
This was broken by 57030e4303
This commit is contained in:
parent
c3ec4fdac0
commit
6acc7aa848
|
@ -267,6 +267,9 @@ $(document)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
e.on("searchComplete", function () {
|
||||||
|
replace_with_internal(table, internal_table, i);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$(table.addClass("tablesorter-done"));
|
$(table.addClass("tablesorter-done"));
|
||||||
|
|
Loading…
Reference in a new issue