Finsweet List Sort
Finsweet List Sort adds client-side sorting functionality to Webflow Collection Lists without backend configuration.
How to integrate Finsweet List Sort with Webflow
Webflow Collection Lists display items in a fixed order. Visitors can't reorganize content based on their preferences. List Sort lets visitors reorganize collection items by price, date, name, or any other field.
This integration uses Code Embed elements and custom attributes applied to Collection List components. Add the Finsweet Attributes CDN script through custom code in the head tag and apply attributes to your Collection List. The sorting happens in the browser after page load.
Add List Sort with code embeds
List Sort runs in the browser after page load. Visitors can sort collection items by text, numbers, or dates using buttons, dropdowns, or custom controls. The official documentation provides the CDN script and complete attribute reference.
Add the Finsweet Attributes script to your project's custom code section in the <head> tag. Then add the fs-cmssort- attributes to your Collection List wrapper, configure sort triggers, and mark the fields you want to sort by. The library detects these attributes on page load and activates sorting.
Implementation steps:
- Install the CDN script from the CMS Sort documentation in your site's
<head>tag - Mark your Collection List wrapper with
fs-cmssort-element="list"to identify the container - Add sort triggers using buttons, select fields, or dropdowns as your sort controls
- Identify sortable fields with
fs-cmssort-field="IDENTIFIER"on elements containing the data - Test with the live demo site or clone the reference project
The official documentation includes complete attribute specifications, sort value syntax, and active state styling options.
Technical considerations
Collection List limits:
Webflow Collection Lists display a maximum of 100 items per page. List Sort works only on items present in the DOM at page load. It cannot sort items beyond this limit. For collections exceeding 100 items, use pagination, CMS Filter to reduce visible items, or the Webflow CMS API to structure content before it reaches the browser.
Browser compatibility:
List Sort uses modern JavaScript and runs in current browsers. The client-side library requires JavaScript enabled in the visitor's browser. Check the official documentation for specific browser requirements.
Performance:
Sorting happens client-side in milliseconds for typical collection sizes under 100 items. Performance scales with the number of items and complexity of sort fields. The CDN-hosted script loads asynchronously to minimize impact on page load.
Pagination interactions:
List Sort works on items rendered at page load. If you use pagination with Collection Lists, sorting applies only to items on the current page, not across all pages. Combine with CMS Filter for filtering and sorting workflows across multiple pages.
What you can build
Integrating List Sort with Webflow lets you build dynamic collection displays where visitors control content organization.
- Sortable product catalogs: E-commerce pages where visitors reorganize inventory by price, product name, or release date
- Dynamic blog archives: Publication libraries that readers reorder chronologically, alphabetically by title, or by author name
- Filterable team directories: Staff pages that reorganize by department, seniority level, or alphabetical order
- Organized portfolio galleries: Project showcases that sort by completion date, client name, or project category
Frequently asked questions
Description
Finsweet List Sort is a client-side JavaScript library that adds sorting functionality to Webflow Collection Lists.
This integration page is provided for informational and convenience purposes only.

Scrollbar Styler by Finsweet
Connect Scrollbar Styler with Webflow to customize scrollbar design using visual controls and generated CSS code.

React
Connect React (powerful component architecture) with Webflow to build dynamic, interactive web experiences with real-time data, complex state management, and reusable components—all while retaining full visual design control.

Monto Multi-Currency
Connect multi-currency tools with Webflow to display prices and process payments in multiple currencies for global customers.

fullpage.js
Connect fullpage.js with Webflow to get custom scroll hijacking, involving handling momentum scrolling, keyboard navigation, touch gestures, and history state.

F'in sweet Webflow Hacks
A custom code focused video series for Webflow websites. Learn how to use jQuery and javascript to extend the functionality of your Webflow project.

Elfsight Webflow Plugins
Connect your Webflow site with over 100 customizable, no-code widgets from Elfsight to add social feeds, forms, reviews, chat, and more—without writing a single line of code.

CMS Library: Load More
Load items from your Collection List on the same page, with Finsweet's CMS Library!
Common Ninja
Common Ninja brings over 100 customizable no-code widgets to Webflow, enabling businesses to add interactive elements like forms, reviews, countdown timers, and social proof without coding. This integration enhances user engagement, improves conversions, and extends Webflow's functionality through a simple embed process that keeps content automatically synchronized.

CMS Library: Nest
Simulate multiple nested Collections on a single page, with Finsweet's CMS Library!


