Vanilla patterns

Sorted list

ID

This is a variant on the paginated list example. Here we also have a known maximum number of items per page (12), and a pagination system. However, we additionally perform sorting on the data. We use the same strategy for rendering the list, using pre-rendered rows as a starting point.

Additionally, we will use a hidden ARIA live region to announce the sort order changes to the user.