mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
Integrating datatable into document list (wip)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<alfresco-datatable
|
||||
[data]="data"
|
||||
(rowClick)="onRowClick($event)"
|
||||
(rowDblClick)="onRowDblClick($event)">
|
||||
</alfresco-datatable>
|
||||
<table *ngIf="folder" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp full-width">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user