CMS+ Sort+
Sort+ enhances Framer’s native sorting functionality by introducing real-time toggling of sort direction directly on your page. While Framer limits designers to selecting a single CMS field for sorting, Sort+ gives users greater control over how content is organized and displayed.
Controls
Collection+ IDUse the sameIDnumber as the Collection+ you want to sort. Set up your Collection+ first.CMS Field TypeList of supported field types for sorting. Must match the target field.Plain Text
Number
Option
Date
CMS Field NameName of the target field. Case sensitive.OrderSet the order direction.Ascending
Descending
Off
Persist OrderStores preference in memory as the user navigates the site. Read about preserving.
Interactions
When Persist Order is enabled, use the special interacts to sync the proper variants. This event only happens when the component loads on the page, CMS Plus will check its status and sync the variant.
On Sort Order ASCWhen a sort is active and the order direction is ascending.On Sort Order DESCWhen a sort is active and the order direction is descending.On Sort Order OFFWhen sort is inactive. Needed when using sorts in a group.
Setup
Quick Overview:
Insert Sort+ into your component
Configure Sort+ with an
ID, set theCMS Field TypeandCMS Field Nameto sort by.In your components descending variant, set the
Orderto descending.For persist order to function. add the required
On Sort Order ASCandOn Sort Order Descinteractions.