datatable editor box
datatable editor box
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: