How can I download old version Editor

How can I download old version Editor

mugglemuggle Posts: 1Questions: 1Answers: 0

Link to test case:

Debugger code (debug.datatables.net):

if (!DataTable.ext.editorFields) {
    DataTable.ext.editorFields = {};
}

Error messages shown:

TypeError: undefined is not an object (evaluating 'DataTable.ext')

Description of problem:

I updated to 3.0.0 and it does not work as expected. Previously I added select2 as editor field type. How can the older version editor be downloaded? It does not make sense to take great efforts to make the transit. Thanks.

Answers

  • allanallan Posts: 65,884Questions: 1Answers: 10,960 Site admin

    Old versions of Editor can be downloaded here, however, DataTable.ext still exists in DataTables 3. You can see it on the home page example if you pop open the console and access that property.

    Can you link to a page showing the issue you are having? Possibly the Select2 plugin for Editor is being loaded before you load in DataTables?

    Allan

Sign In or Register to comment.