Hello,
Since editor.field( 'xxx').update( json.xxx )not available for Selectize plugin, i have no idea how to load mysql query array to "ipOpts".
I would be grateful for any hints.
The selectize plug-in has an inst() method which will give you the selectize instance: http://editor.datatables.net/plug-ins/field-type/editor.selectize#Methods .
selectize
inst()
You can then use the selectize to perhaps whatever options that API allows (link).
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
The
selectize
plug-in has aninst()
method which will give you the selectize instance: http://editor.datatables.net/plug-ins/field-type/editor.selectize#Methods .You can then use the selectize to perhaps whatever options that API allows (link).
Allan