[ACA-3170]Task/Process Add the sticky header feature (#5630)

* Add the sticky header feature

* Add html
This commit is contained in:
Maurizio Vitale
2020-04-22 13:34:51 +01:00
committed by GitHub
parent ea1454dde0
commit 6485ad71b4
6 changed files with 12 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ when the process list is empty:
| sort | `string` | | Defines the sort ordering of the list. Possible values are `created-desc`, `created-asc`, `ended-desc`, `ended-asc`. |
| state | `string` | | Defines the state of the processes. Possible values are `running`, `completed` and `all` |
| showContextMenu | `boolean` | false | Toggles custom context menu for the component. |
| stickyHeader | `boolean` | false | Toggles the sticky header mode. |
### Events