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.