This commit is contained in:
2022-01-12 22:56:11 +00:00
parent d2b44945b7
commit 6430da202f
2 changed files with 7 additions and 4 deletions

View File

@@ -143,6 +143,9 @@ To remove a sort click on the column header name until the sort arrow indicator
The column position does not affect the sort order only the selection made.
##### Sorting on Type fields
Type fields can not be sorted in alphabetical order as they do not have a Name stored in the database, only a number. They sort by the underlying internal numerical value that indicates that particular type. This means you will see the column is sorted with identical types grouped together, however the displayed translated text representing these types is not sorted alphabetically. Type fields have square brackets around their translated display names in the column to indicate they are a type rather than a text field.
#### Filtering columns