http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12986
Zeno Tajoli <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |[email protected] --- Comment #3 from Zeno Tajoli <[email protected]> --- 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. _______________________________________________ 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/
