http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15301
--- Comment #5 from Frédéric Demians <[email protected]> --- (In reply to Marc Véron from comment #4) > Frédéric, I added ids to the th and td tags of the 8 columns only, please > let me know if the table itself needs an id as well. No, its perfect. Just one important detail: it is necessary to have 'class' argument for 'td' tag, and 'id' for 'th'. I can do it if you want. This way 'ccode' column could be hidden with that js: $('#circ_branchtransfers').ready(function() { $('.ccode').hide(); $('#ccode').hide(); }); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
