mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
ngx-datatable data fake api data fix.
This commit is contained in:
parent
3fc510469d
commit
b0f45980be
|
@ -21,7 +21,7 @@ export class FuseNgxDatatableComponent implements OnInit
|
||||||
{
|
{
|
||||||
this.http.get('api/contacts-contacts')
|
this.http.get('api/contacts-contacts')
|
||||||
.subscribe((contacts: any) => {
|
.subscribe((contacts: any) => {
|
||||||
this.rows = contacts.data;
|
this.rows = contacts;
|
||||||
this.loadingIndicator = false;
|
this.loadingIndicator = false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user