Aish0507 / ngx-easy-table

The Easiest Angular Table. IVY compatible. 9.0kb gzipped! 60fps! Tree-shakeable. 54 features and growing!

Home Page:https://ngx-easy-table.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Easiest Angular Table. IVY compatible. 9.0kb gzipped! 60fps! Tree-shakeable. 54 features and growing!

https://ngx-easy-table.eu

License:MIT License


Languages

Language:TypeScript 67.3%Language:HTML 27.8%Language:SCSS 3.8%Language:JavaScript 0.6%Language:CSS 0.6%