ngx-datatable

This commit is contained in:
Sercan Yemen
2017-07-29 16:42:53 +03:00
parent 6f7809ac3e
commit 0123d62774
10 changed files with 1351 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
<ngx-datatable
class="material"
[rows]="rows"
[loadingIndicator]="loadingIndicator"
[columns]="columns"
[columnMode]="'force'"
[headerHeight]="50"
[footerHeight]="50"
[rowHeight]="'auto'"
[reorderable]="reorderable"
[limit]="10">
</ngx-datatable>