select object with external data
select object with external data
AloneInTheDark
Posts: 30Questions: 7Answers: 0
in Editor
Hi,
how can load items in "select" object (editor window) load external data by ajax call?
Tnk
Replies
use a suitable editor event e.g. "open" or "opened" to do your proprietary ajax call. On "success" of that call set the Editor fields to the values you would like. Done.
https://editor.datatables.net/reference/event/open
https://editor.datatables.net/reference/api/set()