Yii default CListView displays one _view item per line. With this widget you can display multiple items per line.

Tested with Yii 1.1.10, but should work with previous versions too.
$this->widget('ext.widgets.EColumnListView', array(
'dataProvider' => $dataProvider,
'itemView' => '_view',
'columns' => 3
));
Any comment, bug or feature request is highly appreciated.
Be the first person to leave a comment
Please login to leave your comment.