Added proper supplier table
This commit is contained in:
parent
8dbdcbb481
commit
85f91f0d4b
7 changed files with 77 additions and 24 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue