Webflow collection list finsweet filter pagination effects interactions

I am currently using Finsweet Filters for an FAQ page with approximately 200 collapsible items. While the filtering and search functions work correctly on their own, I am encountering issues when I enable pagination using fs-list-load=pagination.

Once pagination is added, the collapsible functionality breaks. Specifically, only the items on the first page open correctly. When navigating to the second page or performing a search, the items no longer expand.

Could you please help me resolve this conflict between the pagination and the collapsible elements?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

I haven’t implemented this in FS v2, but in v1 there was an attribute that tells Finsweet List Load to reset interactions after loading in and creating additional elements. Check for that in the docs, it sounds like that’s what you’re missing.

i solved it on my own