15 Nov
2024
15 Nov
'24
4:21 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38391 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- """ It was 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 managed to fix it correctly I think, we simply needed to pass false to visible so that there is no redraw (redrawCalculations) https://datatables.net/reference/api/columns().visible() -- You are receiving this mail because: You are watching all bug changes.