ngx-easy-table icon indicating copy to clipboard operation
ngx-easy-table copied to clipboard

The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!

npm version last commit total downloads Build Status semantic-release

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/demo

Demo

https://ngx-easy-table.eu

Installation

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:table
  • cd dist/ngx-easy-table && npm link
  • go back to project root dir and npm link ngx-easy-table
  • npm run start