Skip to content

Commit

Permalink
[attribute table] Clarify rows sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored and DelazJ committed Mar 13, 2024
1 parent 85aa704 commit afa368c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/user_manual/working_with_vector/attribute_table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ In the new dialog, you can:

.. _sort_columns:

Sorting columns
Sorting rows
...............

The table can be sorted by any column, by clicking on the column header. A
The rows can be sorted by any column, by clicking on the column header. A
small arrow indicates the sort order (downward pointing means descending
values from the top row down, upward pointing means ascending values from
the top row down).
Expand All @@ -232,6 +232,9 @@ using multiple columns you can write ``concat(col0, col1)``.
In form view, features identifier can be sorted using the |sort| :guilabel:`Sort
by preview expression` option.

Note that sorting the rows only affects the table rendering and does not alter
the features order in the layer datasource.

.. _tip_sortcolumns:

.. tip:: **Sorting based on columns of different types**
Expand Down

0 comments on commit afa368c

Please sign in to comment.