https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38391
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 174193 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174193&action=edit Bug 38391: Redraw the filters row on table redraw We used to adjust the filters row when the column visibility changed. It was working, but at the initialization of the table this event if fired once per columns. On the items table it means 36x. When a filtering/sorting, the draw event is triggered once, but the column-visibility.dt is called 36x Try with and without this patch and compare the delay between the query is received and the page is redrawn. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
