Hi,
I am using Yii 2 basic application template.
I have foll tables and CRUD’s:
- employee
- groupdetails
- memberdetails
- groupsavingdetails
I have groupdetails CRUD where I can create new SHG Group details and members details associated with that group.
Now in this CRUD, on view page I have displayed group and member details.
Now I want to handle groupsavingdetails CRUD on this view page using editable widgets in yii2
How to accomplish this?