https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32477 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs@lists.koha-commun |emmi.takkinen@koha-suomi.fi |ity.org | --- Comment #5 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- We launch function "hideColumns" too early. When page loads, dataTable still has "hidden" column with class "sorting_1" in it. That's why number of columns doesn't match to the columns which are actually present in the table and "hideColumns" hides column before next to the column we actually want to hide. Moving function after removing that extra column seems to solve the problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.