Reset filters before loading table data

This commit is contained in:
Dan Sosedoff 2016-01-08 15:06:33 -06:00
parent 38c971ab49
commit 1d05cfa0af
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -699,6 +699,7 @@ $(document).ready(function() {
$(this).addClass("selected");
$("#tables").attr("data-current", $.trim($(this).text()));
$(".current-page").data("page", 1);
$(".filters select, .filters input").val("");
showTableContent();
showTableInfo();