Well my problem is this:
Since a while ago I have been trying to modify the select that appears in a table, this modifies the row where the select was changed but since the data is displayed by means of a foreach it only works with the first element but when changing the second element it does not do anything
My first question is:
What do you recommend me to do?
and if there are no recommendations my question would be
How do I have the select onchange event send a function and when I call it send send the value of the select and the value of another field? for example:
<select> onchange"(funcion(valor del select, id))"</select>