The first stable release of a powerful set of data displaying widgets is now available.
Yii DataView provides three flexible widgets for presenting data in web applications:
ListView— display data as a customizable list.GridView— present data in a feature-rich grid with sorting, filtering, and pagination.DetailView— show detailed information about a single record.
Data Source Independence. Works seamlessly with database, CSV, REST API, or any data source through the Yii Data package.
Built-in Pagination. Handle large datasets efficiently with integrated pagination controls.
Internationalization. Full translation support for multilingual applications.
Theming Support. Customize appearance to match your application design.
Flexible Column Types.
DataColumn with custom value presenters, ActionColumn, etc.
Modern PHP. Built for PHP 8.1 - 8.5 with type safety and modern best practices.