Описание тега cgridview

CGridView displays a list of data items in terms of a table.

CGridView displays a list of data items in terms of a table. It is part of yii framework.

Each row of the table represents the data of a single data item, and a column usually represents an attribute of the item (some columns may correspond to complex expression of attributes or static text).

CGridView supports both sorting and pagination of the data items. The sorting and pagination can be done in AJAX mode or normal page request. A benefit of using CGridView is that when the user browser disables JavaScript, the sorting and pagination automatically degenerate to normal page requests and are still functioning as expected.

Official Yii api of CGridView