Hi Gurus ,
I'm trying to achieve a admin utility in AEM 6.1 where super admins can perform CRUD operations on a table or grid like component . The component will not need any dialog capabilities and am planning to host the page with this component under /etc . The result of the operations will simple be in jcr as nodes /properties .
Just wanted to find out if any one else has already achieved some thing similar and can point me to so that i need not start from ground zero on it ?
Normally I'm planning to integrate jquery plugins to achieve this , is this the right way ? or any recommended approach or plugins?