Files
alfresco-ng2-components/demo-shell-ng2/app/components/datatable/datatable-demo.component.html
Denys Vuika 2fa8283213 #82 datatable project cleanup
basic implementation of main features:

- custom data sources
- column types
- sorting by columns
- click events
2016-05-19 10:58:19 +01:00

4 lines
86 B
HTML

<div class="p-10">
<alfresco-datatable [data]="data"></alfresco-datatable>
</div>