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
Angular-translate's $translate service behaves asynchronously and returns a promise. So it's not possible to define the title of the columns with this module. Indeed, the functions DTColumn.withTitle and DTColumnDef.withTitle expect a String as a parameter.
The text was updated successfully, but these errors were encountered:
Angular-translate's
$translate
service behaves asynchronously and returns a promise. So it's not possible to define the title of the columns with this module. Indeed, the functionsDTColumn.withTitle
andDTColumnDef.withTitle
expect aString
as a parameter.The text was updated successfully, but these errors were encountered: