Skip to content

Commit 1a08c07

Browse files
committed
Merge remote-tracking branch 'origin/custom-order-filter' into custom-order-filter
2 parents 6d6a2fb + 9824f15 commit 1a08c07

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: ci
22
on:
33
push:
4-
branches:
5-
- master
4+
branches: [ release, alpha, beta, next-major ]
65
pull_request:
76
branches:
87
- '**'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ You can prevent some columns to be sortable by adding `preventSort` to columnPre
297297

298298
### Custom order in the filter popup
299299

300-
If you have classes with a lot of columns and you filter them often with the same columns you can sort those columns to the top by extending the `columnPreference` setting with the `filterSortToTop` option:
300+
If you have classes with a lot of columns and you filter them often with the same columns you can sort those to the top by extending the `columnPreference` setting with the `filterSortToTop` option:
301301

302302
```json
303303
"apps": [

0 commit comments

Comments
 (0)