Added proper supplier table

This commit is contained in:
Finn 2019-07-12 18:50:59 +01:00
parent 8dbdcbb481
commit 85f91f0d4b
7 changed files with 77 additions and 24 deletions

View file

@ -31,11 +31,11 @@ export class TransactionLogComponent implements OnInit {
updatedTime: string;
public paginateConfig: PaginationInstance = {
id: 'transpaginate',
itemsPerPage: 10,
currentPage: 1,
totalItems: 0
};
id: 'transpaginate',
itemsPerPage: 10,
currentPage: 1,
totalItems: 0
};
constructor(
private api: ApiService,