Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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
- Created: 2016-03-17T07:56:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T18:06:23.000Z (3 months ago)
- Last Synced: 2025-01-15T12:57:26.209Z (10 days 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-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 | 376 | (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
[![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.