Skip to content

Commit

Permalink
update docs for multi-col sorting #67
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Feb 28, 2022
1 parent 7eef5ab commit a3c1578
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/example-cfg-sorting-strict.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,17 @@ columns:
data: battery_level
```
Furthermore it is possible to use `sort_by` with multiple columns, by passing a list of columns
like this:

```
sort_by: [battery+, name-]
```
alternatively using the line-wise list notation:
```
sort_by:
- battery+
- name-
```

[Return to main README.md](../README.md)

0 comments on commit a3c1578

Please sign in to comment.