How can I filter a child field base on parent field in javascript?
use case:
I have a parent field school section and when I click add new row in the child table there is a student field which should be filter base on the school section selected in the parent field.