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'm using angular translate, reading language from json files, according to #351 I have to define column titles in the view. But in this case column titles will disappear if I switch datatable language(dtOptions.language.url). TH element is still there, however no text node inside.
update:
title will appear again if running $route.reload()
I'm using angular translate, reading language from json files, according to #351 I have to define column titles in the view. But in this case column titles will disappear if I switch datatable language(dtOptions.language.url). TH element is still there, however no text node inside.
update:
title will appear again if running $route.reload()
html:
columns:
globally change language in parent controller:
change datatable language in child controller:
text node disappears
The text was updated successfully, but these errors were encountered: