Bug 32447: Fix DataTable filtering when hidden columns are in place
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / detail.tt
index cd1ebf2..5103e00 100644 (file)
@@ -2170,6 +2170,10 @@ Note that permanent location is a code, and location may be an authval.
 
         });
 
+        function columnsInit(table) {
+            activate_filters(table.id, false);
+        }
+
         [% IF found1 && Koha.Preference('RetainCatalogSearchTerms') %]
             $(document).ready(function() {
                 var search_index = localStorage.getItem("cat_search_pulldown_selection");