Mixing of datatables + Editor datatables or not?
Mixing of datatables + Editor datatables or not?
![RobertEcker](https://secure.gravatar.com/avatar/ecbae758012e287383abdeb20ed2bf04/?default=https%3A%2F%2Fvanillicon.com%2Fecbae758012e287383abdeb20ed2bf04_200.png&rating=g&size=120)
Hi,
I have three tables.
Datatables without editor (basic)
Table 1) Simple read-only table (e.g., see https://datatables.net/examples/basic_init/zero_configuration.html.
Table 2) Read only-table with datatables using i18n (e.g., see https://datatables.net/plug-ins/i18n/)
Datatables with editor
Table 3) Server side one with new/edit
Questions
1) Can Table 1 be done with "Datatables with editor" alone too or are the files of the basic datatables necessary to create Table 1?
2) Is i18n possible with the Editor version too (especially "language": { "url": dataTables. etc.)?
... or in summary: Is Editor version alone possible to create all three tables?
Thank you,
Robert
Answers
Not sure I understand your questions but I'll try to answer them. If I don't please provide more detail.
There is not a "Datatables with editor". There is Datatables which has the functionality of displaying tables. Then there is the Editor which allows for editing the data in a Datatable. You can add the Editor JS/CSS and configuration to allow editing of tables 1 and 2.
Here are the docs for Editor internationalization:
https://editor.datatables.net/manual/i18n
Kevin
hi, tnx for your response
my question is more and less:
do i have to download https://datatables.net/download/
and also https://editor.datatables.net/download/
or just https://editor.datatables.net/download/ needed to use editor and to generate all three types of tables above?