@anviltech/wuf-ang-smart-table
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Navigation

A series of table components (grid) for displaying tabular data.

Installation

Install this package with the following command:

npm install @anviltech/wuf-ang-smart-table --save

or

yarn add @anviltech/wuf-ang-smart-table

Import this package into your application's app.module.ts file:

import { WufTableModule } from '@anviltech/wuf-ang-smart-table';

Add to the imports section of app.module.ts:

imports: [
    WufTableModule.forRoot()
]

When this package is used in any application submodule (not the main app.module.ts file), do not include .forRoot():

imports: [
    WufTableModule
]

Usage

Refer to the Living Style Guide for documentation on usage of this package.

Readme

Keywords

none

Package Sidebar

Install

npm i @anviltech/wuf-ang-smart-table

Weekly Downloads

7

Version

2.0.1

License

MIT

Unpacked Size

2.89 MB

Total Files

273

Last publish

Collaborators

  • anvil-open-source
  • luvaas
  • rodrigo.silveira