SearchPanes broken
SearchPanes broken
itajackass
Posts: 162Questions: 48Answers: 3
I've found that SearchPanes plugin broke (can't click anything) if I use this code:
$(document).ready(function() {
$.extend($.fn.dataTable.defaults, {
language: { url: "./language.json" }
});
});
Replies
I've made a little test case which does indeed show that issue: https://live.datatables.net/luzonuli/1/edit .
I'll look into it and let you know what I find.
Allan
Tracked it down to SearchPanes not correctly handling async loaded tables. I've committed a fix here.
It will be in the nightly build shortly and in the next release.
Thanks for letting me know about this error.
Allan
thanks. I'll wait for next nightly then
The change is in the nightly now . You might need to do a ctrl-f5 reload to force a clean cache reload of your page.
Allan