Displaying options base on selected value
- Virtualmachine is a table with column virtual_machine_id / id
- terminalVM is a table with a foreignKey of virtual_machine_id (they have one to many relationship) and column name
- terminal_vm_id column inside trade_profile
So currently i have successfully display the Virtual Machine name . But i would like to display the VM TERMINAL based on selected Virtual Machine from the table TerminalVM where name is = virtual_machine_id . I've been looking around but couldn't succeed can anyone point me out.
