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
Answers
The
selectizeplug-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