Initialisation order of KeyTable
Initialisation order of KeyTable

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