Monday, February 06, 2012

Yii CListView AJAX filtering

When I was using zii widgets CListView, I came across some problems. When I click on a different page (e.g. page 4), I would get duplicate list views.

This has been fixed specifying the id for this widget. ^___^

See the code example here:
http://www.yiiframework.com/wiki/185/clistview-ajax-filtering/

No comments: