Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to Add, delete, move rows and columns in the table component?

Avatar

Level 4

I create a table component to config content. Now, I want to insert a row between existing rows in the table as below image.

 

bhoang_0-1669281868420.png

I found the table in adaptive forms can do that. How to make the table component can do as table in adaptive forms?

https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/a... 

 

Thanks & Best regards,

bhoang

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor
3 Replies

Avatar

Employee Advisor

hi @bhoang , Have you created custom table component to achieve the above layout or the core components?

 https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/tableofc...

 

Avatar

Level 4

Hi @Nikita___Garg I create a custom component.

bhoang_1-1669283335263.png

 

 

Avatar

Correct answer by
Employee Advisor

hi @bhoang For that you should provide an option for add row and column.

https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/a...

 

you might take reference from AEM forms * Add and remove tables and table rows by using scripting (adobe.com) 

 

Hoping that this might helps