How can I download old version Editor
How can I download old version Editor
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
Old versions of Editor can be downloaded here, however,
DataTable.extstill 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