ngx-easy-table
ngx-easy-table copied to clipboard
The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
This project is feature complete, and I don't plan to add any new features. I update the library to provide support for the latest Angular releases.
Code Examples
https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demoDemo
https://ngx-easy-table.euInstallation
npm install ngx-easy-table --save
Library requires @angular/cdk, please install it as well.
npm install @angular/cdk --save
Available config settings:
See https://ngx-easy-table.eu/#/doc
Development
npm run watch:tablecd dist/ngx-easy-table && npm link- go back to project root dir and
npm link ngx-easy-table npm run start