I’m referring to the points where your group changes. So if you have an alphabetic list of US states, the group would change between Connecticut and Delaware.
The code has to be written specifically for your page design- you might try ChatGPT and see if you can form some code that works for your specific page setup.
I have a layout tool that gets you close, but you’d need to name each of your containers, e.g. A, B, C, and then for each item you have to tag it with that container name.
As you noted, that’s not ideal since it means an extra CMS field and tagging step.
If you wanted to make it more automatic, where it can identify the group based on an algorithm like “uppercase the first letter of the grouping key”, then the matching and placement would be automatic.
I’m actually preparing for another round of features on that lib if you wanted to sponsor a feature there.