#340 Empty content template and context menu for datatable

This commit is contained in:
Denys Vuika
2016-07-05 12:37:07 +01:00
parent e3924fdaa3
commit 236926c1ca
9 changed files with 132 additions and 19 deletions

View File

@@ -1,8 +1,15 @@
<alfresco-datatable
[data]="data"
(showContextMenu)="onRowContextMenu($event)"
(rowClick)="onRowClick($event)"
(rowDblClick)="onRowDblClick($event)">
<no-content-template>
<template>
<img [src]="baseComponentPath + '/img/document-list.empty-folder.png'">
</template>
</no-content-template>
</alfresco-datatable>
<table *ngIf="folder" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp full-width">
<thead>
<tr>