8 Dec
2015
8 Dec
'15
12:13 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15301 --- Comment #5 from Frédéric Demians <frederic@tamil.fr> --- (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.