You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Same issue in v0.4.1 with angular way.
When i tried to change default language got this error. TypeError: Cannot read property 'parentNode' of null
at App.run(["$rootScope","$state","DTDefaultOptions",function($rootScope,$state,DTDefaultOptions) { DTDefaultOptions.setLanguage({ sUrl: 'global/plugins/datatables/Turkish.json' }); }]);
html:
`
I've spotted “TypeError: Cannot read property 'parentNode' of null on Angular way” problem is caused by:
or
Suspected that due to language resources is received asynchronously and applied after data models has been set into datatable caused this problem.
I am re-posting this due to there is no respond in #150.
The text was updated successfully, but these errors were encountered: