create dropdowns on insert with data from db
create dropdowns on insert with data from db
pcsintjanbaptist
Posts: 20Questions: 9Answers: 1
Hi,
I want to use multiple dropdowns in the insert/edit field which are getting their data from a mysql database.
Is it possible and how can I do that?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
Thanks for your question. Do you mean something like that shown in this example? You can have as any
select
elements as you want.Allan
Nope, I wanted something like this https://editor.datatables.net/examples/simple/fieldTypes.html, but in the meantime I solved it.
I use json to fill my options in the dropdown and it works perfect