mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-03-09 11:02:03 +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')
|
||||
.subscribe((contacts: any) => {
|
||||
this.rows = contacts.data;
|
||||
this.rows = contacts;
|
||||
this.loadingIndicator = false;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user