reset search on events load

This commit is contained in:
Isaac Connor 2020-10-26 13:06:22 -04:00
parent da87b5b475
commit 59cf5c33c2
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ function initPage() {
table.find("tr td:nth-child(" + (thumb_ndx+1) + ")").addClass('colThumbnail zoom');
});
table.bootstrapTable('resetSearch');
// The table is initially given a hidden style, so now that we are done rendering, show it
table.show();
}