http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12986 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |z.tajoli@cineca.it --- Comment #3 from Zeno Tajoli <z.tajoli@cineca.it> --- Hi Jonathan, we have problem to test this patch. Could you tell us where footerCallback function doesn't work with present version and it needs 1.10.2 of DataTables jQuery plugin ? About the change of 1.10 (reading http://datatables.net/upgrade/1.10): -- Pagination (two_button), is present only in datatables.css,a css that came with the plugin. So is not used by us -- function fnRender: we don't use it. -- function bScrollInfinite: we don't use it -- Could be problems with IE6/IE7: from 1.10.2 of DataTables jQuery plugin cookie based state saving has been replaced with localStorage based state saving. This function is not availabe in IE6/IE7 there are same way to live with this [The stateLoadCallbackDT and stateSaveCallbackDT parameters can be used to provide a suitable function if you wish to use cookies.] -- Question: Do we use API plug-ins of ataTables jQuery plugin ? A real question, I don't know the answer. -- You are receiving this mail because: You are watching all bug changes.