Mixing of datatables + Editor datatables or not?

Mixing of datatables + Editor datatables or not?

RobertEckerRobertEcker Posts: 6Questions: 3Answers: 0
edited August 2018 in Free community support

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

  • kthorngrenkthorngren Posts: 21,083Questions: 26Answers: 4,908

    Not sure I understand your questions but I'll try to answer them. If I don't please provide more detail.

    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?

    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.

    2) Is i18n possible with the Editor version too (especially "language": { "url": dataTables. etc.)?

    Here are the docs for Editor internationalization:
    https://editor.datatables.net/manual/i18n

    Kevin

  • RobertEckerRobertEcker Posts: 6Questions: 3Answers: 0

    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?

This discussion has been closed.