angular-5-data-table
angular-5-data-table copied to clipboard
Angular 5 data table, with pagination, sorting, expandable rows, row selection etc.
Hi, could you please publish an npm package with a umd bundle?
Hi, nice job, but, when loading datas from an API, nor sorting, neither paging... ` this.route.data .subscribe((data: any[]) => { //console.log('Données : ' + JSON.stringify(data)); this.quotations = data.QuotationsListResolveService; this.length =...
Can we edit row in angular-5-datatable?
Hi team, I would like to know if multi sorting has been implemented?
hi, we need to save table all records, we tried to push data into array, but its add only first 10 records, because its based on pagination. if you have...
HAllo, static array list in new DataTableResource() with dynamic array object list from ApiRest, sorting column non working... Why?
Changes made angular 5
When running `npm install` I got this issue, I solved this issue by installing this package to dev dependencies
Including in the Angular seed (https://github.com/mgechev/angular-seed/) throws this error: SyntaxError: Unexpected token < Note: Config add on systemJs