I have a database of chapters of an organization.
And I need to create a page listing the branches as shown below grouped by state.
- Alabama
- Montgomery branch, 162 members
- Huntsville branch, 98 members
- Arizona
- Phoenix Chapter, 34 members
- Arkansas
- Little Rock Branch, 56
(Alaska has no branches).
So I could create and display a dataset and repeater for each state.
But unfortunately that takes a very long time to display. Maybe because it is processing the number of states when the original collection is only one.
Does anyone have any good advice?
For me, it would be nice if I could filter the repeaters after the dataset of the list of all the branches in one is loaded on the page.
(This text is made at DeepL, so I apologize if it is difficult to understand.)