Include compound sorting information in docs

Compound sorting is an existing feature on the Horizon dashboard.
    It is not obvious, however.
    This change should bring this feature to the attention of users.
    It should also guide users into how to use the feature when sorting.
    Horizon DataTables.

    DocImpact
    Closes-Bug: #1287418
    Implements: compound sorting

Change-Id: I810e863e01ca54f6751e1608e99ce97833597aff
This commit is contained in:
AgnesNM 2024-03-27 09:05:36 +03:00
parent 32acd8371d
commit 04d6edb38a
1 changed files with 16 additions and 0 deletions

View File

@ -102,3 +102,19 @@ easier in your UI.
.. autoclass:: DataTableView
.. autoclass:: MultiTableView
Additional Features
===================
Compound sorting
----------------
In the Horizon dashboard, most tables that
display lists of resources (such as instances, volumes,
images, etc.) support sorting by clicking on the column headers.
To enable compound sorting, you can hold down the Shift key while
clicking on additional column headers. This allows you to sort
the table by multiple columns in the order you click them.
An up or down arrow indicator shows next to the column headers
you chose to sort by.