Bug 32447: Fix DataTable filtering when hidden columns are in place
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / includes / columns_settings.inc
index d3f3b6e..32783ed 100644 (file)
@@ -216,7 +216,7 @@ function KohaTable(id_selector, dt_parameters, table_settings, add_filters) {
             // This function can be created separately and used to trigger
             // an event after the DataTable has loaded AND column visibility
             // has been updated according to the table's configuration
-            columnsInit();
+            columnsInit(this);
         }
     }).columns( hidden_ids ).visible( false );