[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:
Deepak Paul
2018-03-23 13:46:06 +05:30
committed by Eugenio Romano
parent 845bdebfc9
commit 12f29d5524
4 changed files with 46 additions and 14 deletions

View File

@@ -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