We are migrating Classic UI components to Touch UI components in AEM
There is a xtype = "tableedit2" (https://developer.adobe.com/experience-manager/reference-materials/6-5/widgets-api/index.html?class=CQ.form.TableEdit2)
I have tried
sling:resourceType="granite/ui/components/coral/foundation/table" with columns defined but is not coming.
Can anyone tell me the replacement for tableedit2 or how to implement granite table with an example because I was not able see any examples of granite table.
Thanks in advance.
We are migrating Classic UI components to Touch UI components in AEM
Thanks in advance.
There's no direct replacement of ExtJS's tableedit2 widget in Granite UI. However, you can employ Coral UI components like coral-table and coral-multifield. The given links lead you to corresponding samples on opensource.adobe.com.