@flxng/treetable
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @flxng/treetable

    Weekly Downloads

    3

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    1.31 MB

    Total Files

    53

    Last publish

    Collaborators

    • seidme