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.
With addition of
if (angular.isString(sTitle)) {
column.sTitle = sTitle;
}
in DTColumnBuilder.newColumn,
newColumn('id', $translate('id')) is not working anymore - isString(Promise),
got to use newColumn('id', $translate.instant('id'))
withTtile($translate('id')) works fine.
Is it an intended change, please advise.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello Louis,
With addition of
if (angular.isString(sTitle)) {
column.sTitle = sTitle;
}
in DTColumnBuilder.newColumn,
newColumn('id', $translate('id')) is not working anymore - isString(Promise),
got to use newColumn('id', $translate.instant('id'))
withTtile($translate('id')) works fine.
Is it an intended change, please advise.
Thank you!
The text was updated successfully, but these errors were encountered: