mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3196] fixed task selection and double click (#3484)
This commit is contained in:
@@ -53,7 +53,7 @@ Renders a list containing all the tasks matched by the parameters specified.
|
||||
| page | `number` | 0 | The page number of the tasks to fetch. |
|
||||
| processDefinitionKey | `string` | | **Deprecated:** 2.4.0 |
|
||||
| processInstanceId | `string` | | The Instance Id of the process. |
|
||||
| selectFirstRow | `boolean` | true | |
|
||||
| selectFirstRow | `boolean` | true | Automatically tries to select the first row if a landingTaskId is not given |
|
||||
| selectionMode | `string` | "single" | Row selection mode. Can be none, `single` or `multiple`. For `multiple` mode, you can use Cmd (macOS) or Ctrl (Win) modifier key to toggle selection for multiple rows. |
|
||||
| size | `number` | [`PaginationComponent`](../core/pagination.component.md).DEFAULT_PAGINATION.maxItems | The number of tasks to fetch. Default value: 25. |
|
||||
| sort | `string` | | Define the sort order of the tasks. Possible values are : `created-desc`, `created-asc`, `due-desc`, `due-asc` |
|
||||
|
Reference in New Issue
Block a user