Embedding A Cactiveform Into A Clistview

I am trying to make a overview site where all users and some of their properties are listed.

I want to let the users (the admin can edit every user) edit their own properties on the overview site.

I have build a graphical menu for some of the properties and wrote some jquery functions to put the values into hidden inputs but I don’t know how to embed the CListView widget which should put values into two different tables of the database into the list view.

The CListView widget should also automatically submit the values into the database (ajax) when something has been changed.

How can I achive all of this?

Have a look at the extension: yii-bootstrap-editable or yiibooster which includes it and has additional features as well.