Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T07:19:30.000Z (7 months ago)
- Last Synced: 2024-05-22T00:57:41.653Z (7 months ago)
- Topics: angular, angular-table, grid, table-grid, tables
- Language: TypeScript
- Homepage: https://ngx-easy-table.eu
- Size: 11.5 MB
- Stars: 364
- Watchers: 15
- Forks: 100
- Open Issues: 22
-
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
[![npm version](https://badge.fury.io/js/ngx-easy-table.svg)](https://badge.fury.io/js/ngx-easy-table)
[![last commit](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)](https://badgen.net/github/last-commit/ssuperczynski/ngx-easy-table)
[![total downloads](https://badgen.net/npm/dt/ngx-easy-table)](https://badgen.net/npm/dt/ngx-easy-table)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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.