mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Add the onRowClick on the Activiti TaskList
This commit is contained in:
@@ -6,4 +6,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<alfresco-datatable [data]="tasks"></alfresco-datatable>
|
<alfresco-datatable
|
||||||
|
[data]="tasks"
|
||||||
|
(rowClick)="onRowClick($event)">
|
||||||
|
</alfresco-datatable>
|
Reference in New Issue
Block a user