How to implement array of nested arrays

Certified Senior Developer

Hi all,

I have to implement one requirement as shown below screenshots, I have a button called "add period details" then a form should be will be displayed to user and add the period details. This should be an parent array. In the same form there should be another sub-button called "Add Arm Titles" this should be a nested child CDT. which should be used to add multiple rows and these values need to be stored into database. Also the same way need to have the delete functionality, when user deletes a period details, the child rows "Arm Titles" should also get deleted.

 

Add Period Details -->Parent (period details) --> Multiple Child (add arm details)

can you please help us, how can we achieve this type of implementation, Quick responses on this thread are highly appreciated.

 

UI Screens




CDT structure
---------------------


  Discussion posts and replies are publicly visible