SearchPanes broken

SearchPanes broken

itajackassitajackass 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

  • allanallan Posts: 63,441Questions: 1Answers: 10,459 Site admin

    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

  • allanallan Posts: 63,441Questions: 1Answers: 10,459 Site admin

    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

  • itajackassitajackass Posts: 162Questions: 48Answers: 3

    thanks. I'll wait for next nightly then

  • allanallan Posts: 63,441Questions: 1Answers: 10,459 Site admin

    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

Sign In or Register to comment.