25
Views
2
Comments
Solved
How to add accordion table according to the user action

Hi everyone .in the below image it contains two container . if user clicks the + button the details of the first container needed to be add in second container .needed to be added like an first  image.in first image user added 3 + button in the right side accordion it added three times.need to know how to add in the right side container

Solution

You need an attribute is selected, and it updates when you click the button to select it to true. And the other list only takes the selected values.

Hey Arjun,

Create a list and inside that list put the accordion item. When you click on the plus button add a record in the list.

Thanks & Regards,

Sudip Pal

Solution

You need an attribute is selected, and it updates when you click the button to select it to true. And the other list only takes the selected values.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.