Sorting in the Graphical User Interface

Introduction

Multiple views in the GUI, such as VASP-to-VASP Transactions or Self-hosted Wallet Proofs allow you to apply a custom sort order to items in the table. This section explains how this sorting works. We will use the Self-hosted Wallet Proofs view as an example.

For explanations on how to use the sorting in the GraphQL API, see the corresponding API section.

Default Sorting

With the exception of Archived Transactions (which are sorted by descending finalisation date), all tables in the GUI are sorted by descending creation date by default. This also holds if you modify the sorting as described below and then reload the page.

Sorting on Individual Columns

If a table column can have its values sorted, there will be two small triangle icons appearing in the title row. Clicking anywhere in the title row of the column will cycle through the sorting states from 'No sorting' to 'Ascending' to 'Descending'. A currently active sorting is always indicated by one of the two triangles being highlighted in green:

Clicking on any other sortable column title row will remove the previous sorting. In other words, it is not possible to specify multiple sorting conditions from the GUI.