https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568
--- Comment #112 from Jonathan Druart <[email protected]> --- Created attachment 164335 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164335&action=edit 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 Signed-off-by: Owen Leonard <[email protected]> Signed-off-by: Laurence Rault <[email protected]> Signed-off-by: Emily Lamancusa <[email protected]> Signed-off-by: Tomás Cohen Arazi <[email protected]> -- 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/
