admin panel

Hi, how can I display the fields from related table seperately in the admin panel? For example: list of books are displayed in 1 field, seperated with comma. But I need them to be displayed in rows.

see picture here: https://drive.google.com/file/d/0B2FaORIZEQdEeXo1Sllla19sdkU/view?usp=sharing

In order to achive that result, you should use CGridView component provided by Yii framework.Here is link: http://www.yiiframework.com/doc/api/1.1/CGridView