Fill 'Option' in select from DB
Fill 'Option' in select from DB
orik3ll0
Posts: 36Questions: 12Answers: 2
How I can fill option in select with data from my table? What should I add to js and php file? I am using Editor and need it in Edit condition.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
https://editor.datatables.net/examples/advanced/joinSelf.html
This page has an example based on a self join which may help you
Editor's join documentation also details how you can use the
Options
class to fill in a list of options from the database.Allan