dependent ... set value of a different field
dependent ... set value of a different field
wowzaaa
Posts: 3Questions: 3Answers: 0
so i am searching the web and docs for 3h now an i cannot believe i cannot find a single example of updating column b when column a changes ... maybe i have a problem but i consider this one of the most common use cases
so
editor.dependent('a', (e, data, callback) => { ???? });
anyone care to enlighten me?
thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This should help you out:
You can also have dependent within another event like this:
Thanks for sharing your code rf1234, verry helpfull