http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9017 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch Assignee|veron@veron.ch |koha-bugs@lists.koha-commun | |ity.org --- Comment #5 from Marc Véron <veron@veron.ch> --- I tried for several hours but I can't make it work with the approach Owen suggested. It seems that the table definition is to complex to be merged with dataTablesDefaults. If I extend it with: oTable = $("#table_readingrec").dataTable($.extend(true, {}, dataTablesDefaults, { ... })); ...the table simply does not render. I suppose that it breaks the callback definitions. My patch would be a workaround to avoid untranslated strings and does not break anything, but maybe somebody else (the original author of this feature?) is able to put the code in a way that it does not fail QA. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.