Widgets In Listview After Ajax Update

Hi all,

I’m pretty new to Yii and i’m having problems figuring out how to solve my issue so i hope someone can send me in the right direction.

I’m using the yiibooster extension for various things and got a listview with all my items. These items have various widgets coming from yiibooster like the popover or togglebutton. While on 1 page without search or filter options this is working normally. Once i start filtering(ajax update the list) the widgets stop working. I’ve been reading about reloading the scripts with afterAjaxUpdate but i cannot make this to work. How can one reload the widget with specific information about the item or do i need to follow a different approach for this.

Thank you for your time.