San13

Results 3 comments of San13

Hi I would like know to the answer for this issues also.

For those who are still encountering the error like me, Go to @node_modules/angular-4-data-table/dist/(component.js). And then change moduleId: module.id to moduleId: module.id + "". Reason is to change moduleId to be...

Change your limit inside initializeTable as well. public initializeTable(inspections: Inspection[]) { this.tableResource = new DataTableResource(inspections); this.tableResource.query({ index: 0, offset: 0, limit: 20, sortBy: 'inspectedDate', sortAsc: true }) .then(items => this.items...