[ADF-4854] sticky header for task list (#5036)

* sticky header for task list

* fix html

* add docs

* update code docs
This commit is contained in:
Denys Vuika
2019-08-30 16:31:11 +01:00
committed by Eugenio Romano
parent 537d5b912f
commit 9e1a90adc8
4 changed files with 7 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ when the task list is empty:
| sorting | [`TaskListCloudSortingModel`](../../../lib/process-services-cloud/src/lib/task/task-list/models/task-list-sorting.model.ts)`[]` | | Specifies how the table should be sorted. The parameters are for BE sorting. |
| standAlone | `boolean` | false | Filter the tasks. Display only the tasks that belong to a process in case is false or tasks that doesn't belong to a process in case of true. |
| status | `string` | "" | Filter the tasks. Display only tasks with status equal to the supplied value. |
| stickyHeader | `boolean` | false | Toggles the sticky header mode. |
### Events