https://github.com/ssuperczynski/ng2-easy-table
The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
https://github.com/ssuperczynski/ng2-easy-table
angular angular-table grid table-grid tables
Last synced: 3 months ago
JSON representation
The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
- Host: GitHub
- URL: https://github.com/ssuperczynski/ng2-easy-table
- Owner: ssuperczynski
- License: mit
- Created: 2016-03-17T07:56:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T17:30:22.000Z (3 months ago)
- Last Synced: 2025-01-26T06:33:25.263Z (3 months ago)
- Topics: angular, angular-table, grid, table-grid, tables
- Language: TypeScript
- Homepage: https://ngx-easy-table.eu
- Size: 10.6 MB
- Stars: 376
- Watchers: 15
- Forks: 100
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-angular-components - ng2-easy-table - The easiest Angular2 table. (Uncategorized / Uncategorized)
- awesome-angular - ng2-easy-table - The easiest Angular2 table. (Uncategorized / Uncategorized)
- awesome-angular-components - ng2-easy-table - The easiest Angular2 table. (Uncategorized / Uncategorized)
README
[](https://badge.fury.io/js/ngx-easy-table)
[](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)
[](https://badgen.net/npm/dt/ngx-easy-table)
[](https://github.com/semantic-release/semantic-release)## Code Examples
https://github.com/ssuperczynski/ngx-easy-table/tree/master/src/app/demo## Demo
## Installation
```sh
npm install ngx-easy-table --save
```Library requires `@angular/cdk`, please install it as well.
```sh
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.