How to handle data using editable widget in yii2

Hi,

I am using Yii 2 basic application template.
I have foll tables and CRUD’s:

  1. employee
  2. groupdetails
  3. memberdetails
  4. 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?