mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-12 05:25:08 +00:00
12 lines
286 B
HTML
12 lines
286 B
HTML
|
<ngx-datatable
|
||
|
class="material"
|
||
|
[rows]="rows"
|
||
|
[loadingIndicator]="loadingIndicator"
|
||
|
[columns]="columns"
|
||
|
[columnMode]="'force'"
|
||
|
[headerHeight]="50"
|
||
|
[footerHeight]="50"
|
||
|
[rowHeight]="'auto'"
|
||
|
[reorderable]="reorderable"
|
||
|
[limit]="10">
|
||
|
</ngx-datatable>
|