mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update README.md
This commit is contained in:
@@ -59,6 +59,22 @@ export class MyView {
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Properties
|
||||||
|
|
||||||
|
| Name | Type | Default | Description
|
||||||
|
| --- | --- | --- | --- |
|
||||||
|
| data | DataTableAdapter | empty **ObjectDataTableAdapter** | data source |
|
||||||
|
| multiselect | boolean | false | toggle multiple row selection, renders checkboxes at the beginning of each row |
|
||||||
|
| actions | boolean | false | toggle data actions column |
|
||||||
|
|
||||||
|
### Events
|
||||||
|
|
||||||
|
| Name | Description
|
||||||
|
| --- | --- |
|
||||||
|
| rowClick | emitted when user clicks the row |
|
||||||
|
| rowDblClick | emitted when user double-clicks the row |
|
||||||
|
|
||||||
|
|
||||||
## Build from sources
|
## Build from sources
|
||||||
|
|
||||||
Alternatively you can build component from sources with the following commands:
|
Alternatively you can build component from sources with the following commands:
|
||||||
|
Reference in New Issue
Block a user