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
We are trying to make changes on the language of the data table.
So far we are able to change most of it.
Left with this columns name inside the modal column dialog box.
Couldn't find how to make changes for this? Stuck with here .. can you let us know where should i make changes for this?
The text was updated successfully, but these errors were encountered:
import{DtMessages,DtMessagesEn}from'ng-mazdik-lib';
messages: DtMessages=newDtMessagesEn({empty: 'No data to display',titleDetailView: 'Item details',titleCreate: 'Create a new item'});this.dataManager=newDataManager(this.columns,this.settings,this.service,this.messages);
the one that you mentioned .. we already tried that one .. able to make changes for the rest of the data table ..
what we want to change at the moment is those column names inside the modal dialog box .. they are not changing at the moment .. even thou the column names form data table are changed .. the columns name from dialog are not changed ..
We are trying to make changes on the language of the data table.
So far we are able to change most of it.
Left with this columns name inside the modal column dialog box.
Couldn't find how to make changes for this? Stuck with here .. can you let us know where should i make changes for this?
The text was updated successfully, but these errors were encountered: