You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my iterator I have a list of clients.
A client's data is an object with contains its name and an array of products.
I want to show the products of each client through a collapse component.
So I create a button next to the name of the client that show or hide the content of the collapse component.
I've tried to link the collapse component to its parent but on the data's tab I cannot do it.
Hello,
I want to know if it is possible to add a data source to a collapse component if this one is inside an iterator component?
The text was updated successfully, but these errors were encountered: