How to Fill select field from Ajax
How to Fill select field from Ajax
VAILLY Olivier
Posts: 19Questions: 0Answers: 0
in Editor
Hi guys,
is there a way to fill a select field with the return of an Ajax query ?
this link : https://editor.datatables.net/reference/field/select
only discribe static initialisation ......
Thanks
Oliver
This discussion has been closed.
Replies
Absolutely - there is an
update
method described on the page you linked to. You might use:Allan
Thanks Allan "always on top" :)
So i just have to construct a variable as a ajax/php/sql query result and pass it to update ?
if so cool ...
Absolutely - that update array / object and come from wherever you want.
Allan
Thanks Allan !