fix: Restore the ability to search in tables (#6386)

This was broken by 57030e4303
This commit is contained in:
Lars Eggert 2023-09-26 16:03:29 +03:00 committed by GitHub
parent c3ec4fdac0
commit 6acc7aa848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,6 +267,9 @@ $(document)
});
}
});
e.on("searchComplete", function () {
replace_with_internal(table, internal_table, i);
});
});
$(table.addClass("tablesorter-done"));