fuse-angular/src/app/main/components/datatable/ngx-datatable.component.html

12 lines
286 B
HTML
Raw Normal View History

2017-07-29 13:42:53 +00:00
<ngx-datatable
class="material"
[rows]="rows"
[loadingIndicator]="loadingIndicator"
[columns]="columns"
[columnMode]="'force'"
[headerHeight]="50"
[footerHeight]="50"
[rowHeight]="'auto'"
[reorderable]="reorderable"
[limit]="10">
</ngx-datatable>