mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-20 06:37:13 +00:00
ngx-datatable
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user