Angular 4 Data Table
This is fork of package https://github.com/ggmod/angular-2-data-table (https://github.com/ggmod/angular-2-data-table) A simple Angular 4 data table, with built-in solutions for features including:- pagination
- sorting
- row selection (single/multi)
- expandable rows
- column resizing
- selecting visible columns
Installing:
npm install angular-4-data-table --save
Production (Minification)
Some times this can cause problems. To fix it use import like thisimport { DataTableModule } from 'angular-4-data-table';
and for production build use
ng build --prod --aot=false
### Added numerical pagination support with 2 next and previous links