diff --git a/web/skins/classic/views/js/events.js b/web/skins/classic/views/js/events.js index b778e39e4..da99042fc 100644 --- a/web/skins/classic/views/js/events.js +++ b/web/skins/classic/views/js/events.js @@ -420,6 +420,11 @@ function initPage() { } }); + window.onpageshow = function(evt) { + console.log('Refreshing table'); + table.bootstrapTable('refresh'); + }; + table.bootstrapTable('resetSearch'); // The table is initially given a hidden style, so now that we are done rendering, show it table.show();