I have a store of data that I am using to render information. I need to group the info and render the groups as lists. I am looping through Store.getData().items and that seems to have only sorted the data.
Is there a way that I can loop through the groups before I loop through the items in a group?
That way I can output the title of each group before each item in the group.