mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2505] ADF Processlist multi selection issues. (#3115)
* [ADF-2505] Added new input to check if first row has to be selected * [ADF-2505] Reset selection when data changes * [ADF-2505] Added documentation
This commit is contained in:
committed by
Eugenio Romano
parent
845bdebfc9
commit
12f29d5524
@@ -34,6 +34,7 @@ Renders a list containing all the process instances matched by the parameters sp
|
||||
| data | DataTableAdapter | | Data source to define the datatable. |
|
||||
| multiselect | boolean | false | Toggles multiple row selection, renders checkboxes at the beginning of each row. |
|
||||
| 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. |
|
||||
| selectFirstRow | boolean | true | Toggles default selection of the first row. |
|
||||
|
||||
### Events
|
||||
|
||||
|
Reference in New Issue
Block a user