datatable editor box
datatable editor box
![su33161](https://secure.gravatar.com/avatar/8adb868e5fae8d3970b64ad760e3c50c/?default=https%3A%2F%2Fvanillicon.com%2F8adb868e5fae8d3970b64ad760e3c50c_200.png&rating=g&size=120)
I'm using datatable editor create/edit/remove button
When I create button click, "create new entry" sentence and "crate" sentence
to a language other than English.
I tried to modify u6L and E6L in datatables.editor.min.js.
But the language I use is broken in Unicode.
What should I do?
Also,
$("#Test").DataTable({
buttons:[
{
extend: "crete",
editor: editor,
// Is it possible to change here?
}]);
This question has an accepted answers - jump to answer
Answers
Something like this in your language. It works fine even though it contains special characters like ä
The code below must be executed before Editor and Data Table initialization.
This is for Editor:
This is for Data Tables: