https://github.com/ssuperczynski/ngx-easy-table
The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
https://github.com/ssuperczynski/ngx-easy-table
angular angular-table grid table-grid tables
Last synced: 2 months ago
JSON representation
The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
- Host: GitHub
- URL: https://github.com/ssuperczynski/ngx-easy-table
- Owner: ssuperczynski
- License: mit
- Archived: true
- 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-02-06T03:01:43.960Z (2 months ago)
- Topics: angular, angular-table, grid, table-grid, tables
- Language: TypeScript
- Homepage: https://ngx-easy-table.eu
- Size: 10.6 MB
- Stars: 377
- Watchers: 14
- Forks: 100
- Open Issues: 27
-
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-components - ssuperczynski/ngx-easy-table - The Easiest Angular Table. 8.8kb gziped! 60fps! Tree-shakeable. 53 features and growing! (UI Components / Table)
- awesome-angular - ngx-easy-table - The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing! (Table of contents / Third Party Components)
- my-awesome-list - ngx-easy-table - shakeable. 55 features and growing! | ssuperczynski | 379 | (TypeScript)
- fucking-awesome-angular - ngx-easy-table - The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing! (Table of contents / Third Party Components)
- fucking-awesome-angular - ngx-easy-table - The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing! (Table of contents / Third Party Components)
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.