How to change the text: "Create new entry" when "New" button is clicked.
How to change the text: "Create new entry" when "New" button is clicked.
NwhreitDataTable
Posts: 8Questions: 2Answers: 0
Please see this example:
https://editor.datatables.net/examples/inline-editing/simple
I want to change the text: "Create New Entry" then the "New" button is clicked. How can I do it?
Regards.
Eray
Answers
Hi Eray,
Use the
i18n.create.title
option.For the full list of options, see the "Internationalisation" section of the options reference page.
Allan
Thanks Allan!