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: about 1 month ago
JSON representation

The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!

Lists

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


https://ngx-easy-table.eu

## 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.