Hello, All.

I want to apply the only @EventListener("onchange") for multiple form elements (say checkboxes or selectboxes). Each of them is placed into his own row in the table (table is not a component, it's formed using @For by <tr>). But the problem here is that I do not know how many table rows I will have in the table so can't specify explicit targets/elements for @EventListener annotation (because I do not know its identifiers). I'd also like to get informed about the source of the event (table row id for example).

Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to