Right now the only way to view all the pacts in a single page is to add a query parameter to the URL, and setting
page=1
and
pageSize
> number of pacts store. Such as <URL>/?page=1&pageSize=500.
It would be more convenient if this settings is persisted or user configurable, to allow for a single view. This then makes the sorting actually work, and list all the pacts after each other (specific to a single producer or consumer) when sorting.
If the sort icon is clicked with multiple pages, the sort only takes into consideration the 100 pacts displayed on the current page, which could likely be an incomplete view.