Request: Please make language parsing errors non-silent.
Request: Please make language parsing errors non-silent.
When language json is parsed, the errors are silent.
Preferably it would emit an error object that I can log, or log it to the console so that I can determine why i18n isn't working properly.
I discovered the problem here:
error: function () {
// Error occurred loading language file, continue on as best we can
_fnInitialise( oSettings );
}
This is on line 12523 in version 1.10.13. It is also in the most recent version.
Please take the parameters passed to the error function and emit them as an event.
Thank you.
This question has an accepted answers - jump to answer
Answers
Test case here: http://live.datatables.net/xohamele/1/edit .
I completely agree - that should be throwing an error. Thanks for letting me know about that.
Allan
My pleasure. I look forward to seeing datatables keep improving.