2
I have a question about how to perform a certain function.
I would like that, when a certain supervisor is selected, in the "technical" box a list of the technicians related to it appears.
Example: I selected the 3rd supervisor, as shown in the image. In the "technical" box should appear only the technicians related to it. If I select, for example, another supervisor. It would appear only the technicians related to it.
And so on and so forth.
I don’t know if you got confused. Someone could give me a light?
Are you using any plugin? Where do the list of technicians come from when selecting a supervisor?
– Sam
I think I get it. The list of technicians are all technicians, what you want to do is a filter.... blz... but, what relates a supervisor to certain technicians?
– Sam
I haven’t really done it yet. I was thinking about solving everything with javascript. It’s like?
– Keony W. Schröer
You have to do some relationship of a supervisor with a collection of technicians, so the JS can filter.
– Sam