https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568 --- Comment #20 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #19)
(In reply to Nick Clemens from comment #18)
* Click 'show filters', 'hide filters' and repeat X 2 - status column disappears?
See the following commit: Bug 33568: Restore filters
FIXME - If we click 'show filters' the 'columns' list does not contain all the columns. We are destroying the DT and the hidden columns are removed from the dom.
I think there are 2 possible solutions here: 1. don't destroy but adjust the 'dom' parameter of DT (I didn't manage to make this work correctly, because of the th filters) 2. Move the th definition in the JS init of DT
Should be fixed now. Bug 33568: (folow-up) Restore filters -- You are receiving this mail because: You are watching all bug changes.