Initialisation order of KeyTable
Initialisation order of KeyTable
RagnarGrootKoerkamp
Posts: 48Questions: 14Answers: 1
in KeyTable
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
This discussion has been closed.
Answers
Agreed! Thanks for letting me know about this. Fix committed and it will be in the nightly shortly.
Regards,
Allan