Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

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

SOLVED

Table Editor for Granite UI

Avatar

Level 2

Is there something available in Granite UI like the tableedit2 widget for ExtJS?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

In AEM/CQ5, Granite UI does not provide an exact equivalent of the "tableedit2" widget from ExtJS. However, you can utilize the Coral UI components, such as coral-table and coral-multifield, to create editable tables or similar functionality. Customize the multifield items with appropriate Coral UI components and handle events for adding/removing rows and updating values. Process and store the data as needed. Please note that AEM/CQ5 has reached its end of life, and migration to newer versions is recommended.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

In AEM/CQ5, Granite UI does not provide an exact equivalent of the "tableedit2" widget from ExtJS. However, you can utilize the Coral UI components, such as coral-table and coral-multifield, to create editable tables or similar functionality. Customize the multifield items with appropriate Coral UI components and handle events for adding/removing rows and updating values. Process and store the data as needed. Please note that AEM/CQ5 has reached its end of life, and migration to newer versions is recommended.