fill a field after a selection
fill a field after a selection
rrzavaleta
Posts: 78Questions: 52Answers: 2
in Editor
Hi, I am using the example
https://editor.datatables.net/examples/api/dependentFields.html
and I need that selecting an option from the field .select "Simple" or " All" fill another field named " Result" with these values. That is if I select "Simple" send this value to another field and if I select "All" send this value to another field.
This discussion has been closed.
Answers
The
dependent()
method has the ability to set field values using thevalues
option in the object returned. See thedependent()
documentation for details and examples.Allan