https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38391
--- Comment #7 from Jonathan Druart <[email protected]> --- This patch is wrong, and the assumption in the commit message as well. """ When a filtering/sorting, the draw event is triggered once, but the column-visibility.dt is called 36x """ This is not correct, it's not called at all. It's called several times on the items table (and only on this one!) because of the specific behaviour we have on this table: hide the columns without data. I am requiring a revert from this commit, and I will try to provide something better for the items table. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
