0.0.1 • Published 4 years ago

dynamic-table-amn2 v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

DynamicTable

This library was generated with Angular CLI version 8.2.14.

API

Inputs Input | Type | Description --- | --- | --- data | any[] | Data List to display (Array Of Objects) customDisplay | String[] | Custom items display and order alignedActions | Boolean | Used to enable aligned actions in the table dropDownActions | Boolean | Used to enable the dropdown actions in the table actionsTitle | String | Used to change the actions title of the header actionsTemplate | TemplateRef | Actions template for the table . You can use the defaultTemplate or you customize your actionsTemplate customActions | String[] | Custom actions for the DropDown menu tableClass | any | Custom classes for the table tableStyle | any | Custom styles for the table headerClass | any | Custom classes for the header headerStyle | any | Custom styles for the header bodyClass | any | Custom classes for the body bodyStyle | any | Custom styles for the body

Build

Run ng build dynamic-table to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build dynamic-table, go to the dist folder cd dist/dynamic-table and run npm publish.

Running unit tests

Run ng test dynamic-table to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

0.0.1

4 years ago