Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ngx-easy-table

ssuperczynski15.1kMIT15.7.0TypeScript support: included

Angular easy table

angular, table, angular table, angular-table, ngx-easy-table

readme

npm version last commit total downloads semantic-release

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

  • 1st tab - npm run watch:table
  • 2nd tab - cd dist/ngx-easy-table && npm link
  • 2nd tab - go back to project root dir and npm link ngx-easy-table
  • 2nd tab - npm run start

At the end run npm run cy:ci to make sure everything works.

changelog