Data widgets
Data widgets
Yii provides a set of widgets that can be used to display data. While the DetailView widget can be used to display data for a single record, ListView and GridView can be used to display a list or table of data records providing features like pagination, sorting and filtering.
DetailView
The DetailView widget displays the details of a single data model.
It is best used for displaying a model in a regular format (e.g. each model attribute