Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language inside the columns modal dialog box #70

Open
xerovit-git opened this issue Mar 17, 2020 · 3 comments
Open

Language inside the columns modal dialog box #70

xerovit-git opened this issue Mar 17, 2020 · 3 comments

Comments

@xerovit-git
Copy link

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?

Screenshot from 2020-03-17 14-18-50

@mazdik
Copy link
Owner

mazdik commented Mar 17, 2020

import {DtMessages, DtMessagesEn} from 'ng-mazdik-lib';

messages: DtMessages = new DtMessagesEn({
  empty: 'No data to display',
  titleDetailView: 'Item details',
  titleCreate: 'Create a new item'
});
this.dataManager = new DataManager(this.columns, this.settings, this.service, this.messages);

all messages

@xerovit-git
Copy link
Author

Hi, thanks for the quick reply.

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 ..

that's where we are looking for an answer ..

Inked76835556-b4a23d00-685d-11ea-9d11-eb2631bb9260_LI

@mazdik
Copy link
Owner

mazdik commented Mar 18, 2020

names are taken from column.title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants