Initialize regex filter mode and clear search field (if set previously)

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-04-21 10:39:40 +02:00
parent 7d0882723c
commit 6fa9d036b4

View File

@@ -496,6 +496,8 @@ $(document).ready(function() {
}
});
// Initialize regex filter mode and clear search field (if set previously)
tableApi.search("", true, true).draw();
$("#all-queries tbody").on("click", "button", function() {
var data = tableApi.row($(this).parents("tr")).data();