@flxng/treetable

Treetable component for Angular

Usage no npm install needed!

<script type="module">
  import flxngTreetable from 'https://cdn.skypack.dev/@flxng/treetable';
</script>

README

@flxng/treetable

A flexible, feature-rich, customizable, lightweight Angular Treetable component without external dependencies which exposes intuitive and easy-to-use APIs.

Docs and Demo

https://flxng.codeeve.com/#/treetable

Getting Started

Installation:

$ npm i @flxng/common && npm i @flxng/paginator && npm i @flxng/treetable

After importing the module the lib is ready to use:

import { TreetableModule } from '@flxng/treetable';

@NgModule({
  imports: [TreetableModule],
  declarations: [],
})
export class DemoModule {}

Usage

Check Docs and Demo.

Support

All suggestions and improvements are welcome and appreciated.

License

The MIT License.