Initialisation order of KeyTable

Initialisation order of KeyTable

RagnarGrootKoerkampRagnarGrootKoerkamp Posts: 48Questions: 14Answers: 1

It seems that KeyTable prioritizes the default global datatables settings over the per-instance settings.

I think line 873 of dataTables.keyTable.js should be:

        var opts = $.extend( {}, defaults, init );

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,442Questions: 1Answers: 10,053 Site admin
    Answer ✓

    Agreed! Thanks for letting me know about this. Fix committed and it will be in the nightly shortly.

    Regards,
    Allan

This discussion has been closed.