I want Finsweet Filter (v1) to ignore my pagination limit when selecting a filter


I’m working of a filter on a website that was already built and was using Finsweet legavy attributes.
I’ve used CMS Load an CMS Filter successfully. I have a CMS colleciton with insights of which i want to display 8 initially (I used native webflow paginations to set a number per page) and i use a load-under button. My filter is built up of radio buttons being popuplated via a multi referefnce field in my insights. I can only select 1 at a time which works fine for what i need. I’ve also added a clear all button.

The problem is the following; when clicking on a filter, I want to be shown ALL items with that filter active, but webflow keeps the items per page and keeps displaying my load-under button. Everything functionally works fine but when i filter the colleciton I want to see ALL items with that filter an dnot have to click the load-under to show the rest - if there’s more than 8.

I’ve searched far and wide but I can’t seem to find anything. I want to keep to finsweet and want a solution that can integrate with what I already have, namely the finsweet v1 attributes.

Please help

-A desperate designer

1 Like

Hey @yente_Vdw ,

By default, Finsweet will respect the cmsload mode that you enable for the list along with the native Webflow pagination limit.

In case, you want to show all the items once a filter is applied, you could probably explore some custom code with Finsweet v1 API to simulate clicks on the “load under” button till all items are shown after a filter is enabled. Or further explore Finsweet v1 API, to see if there is a cleaner way to change the mode and limit in which the list is rendered upon applying a filter.

You can explore Finsweet v2 to see if there are any updates which could solve your use-case, but I believe currently you can either change the mode of it to render all items by default without pagination limits or explore some custom code for your use-case.