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.
I face the problem while I use rerender from your example but After destroy I modify to change language by get json language file before Trigger new render but it seems not work.
PS. I found that your example in rerender doesn't match with your example in github because it missing [dtTrigger] in your example. What should I follow ?
The text was updated successfully, but these errors were encountered:
Yes, my bad, I forgot to add the dtTrigger in the example.
For your issue, I figured out why the language does not change.
I checked the content of the dtOptions after changing the attribute this.dtOptions.language.url = '...' . This is what I got:
Before DataTables 1.10, its settings for language was inside the property oLanguage.
DataTables seems to take the old attribute first. So you will need to either override the old attribute oLanguage.sUrl, or just delete it:
Uh oh!
There was an error while loading. Please reload this page.
What versions you are using?
What's the problem?
I face the problem while I use rerender from your example but After destroy I modify to change language by get json language file before Trigger new render but it seems not work.
Can you share your code?
PS. I found that your example in rerender doesn't match with your example in github because it missing [dtTrigger] in your example. What should I follow ?
The text was updated successfully, but these errors were encountered: