DataTable Editor Field Type Select
DataTable Editor Field Type Select
loloski
Posts: 46Questions: 5Answers: 1
Hi Guys,
Is it possible to pass a callback function to option parameter on Field Type Select ? instead of static JSON array?, thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Currently no, although that is a good option for a future update - thanks for the suggestion.
At the moment you would need to use the
update()
method of theselect
type to update the options when they have been obtained.Allan
Thanks for looking into this, yeah the workaround works for me