I have some buttons that into container.
I want to create an event that will sharr beween all of bytton in that container.
For example when click of those button do…
I know how to config an even for each of those buttons.
I tried to config onclick even to containers but when I click on button, nothings happend.
I even bind them to componet . And config an onclick even on component, but still when I click on the buttons nothings happend.
How can I do thay without copy the even for each buttons in that container?