[ACA-4258] Add Task Filter Counters (#6556)

* [ACA-4258] Add Task Filter Counters

* Fix unit test
This commit is contained in:
davidcanonieto
2021-01-26 19:15:30 +01:00
committed by GitHub
parent 5258a34a5d
commit 22da6c2c57
11 changed files with 109 additions and 23 deletions

View File

@@ -56,6 +56,12 @@ as the value of `filterParam` as shown in the table below:
| key | string | The key of the task filter |
| index | string | The zero-based position of the filter in the array. |
### Showing Filter Counters
By default, filter counters are hidden. If you want to display filter counters you will need to add the `showCounter` property set to `true` in your TaskFilterCloudModel.
![](../../docassets/images/task-filter-counter.png)
## See also
* [Task filter Cloud Service](../services/task-filter-cloud.service.md)