Probem integrating field type plugins with datatable editor

Probem integrating field type plugins with datatable editor

amplusteamamplusteam Posts: 2Questions: 1Answers: 0

I can't figure out why I can't integrate any field type plugins. The console always outputs **Uncaught Error adding field - unknown field type selectize** (tried select2 and CKEditor). I'm current running the trial version. Could this be the reason?

Currently
- script load order has the selectize.min.js loading after the dataTable.editor.min.js script
- selectize is being initialized using the fields.type option.

fields: [ {
label: "Category:",
name: "category_name",
type: "selectize"
}, {
label: "Subcategory:",
name: "subcategory_name",
type: "selectize"
}]

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.