reset search on events load
This commit is contained in:
parent
da87b5b475
commit
59cf5c33c2
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue