0.2.6 • Published 5 years ago

@lunaeme/circe-table v0.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Circe :: Angular Table Component

Table for show data structures.

Compatibility

Angular v.7.2.15

Installation

Run npm install @lunaeme/circe-table or

run yarn add @lunaeme/circe-table.

Use

You need to import TableModule into your module imports section.

Then use this way:

<cc-table></cc-table>

Inputs

@Input() dataSet: Array<any>;

--

 

@Input() config: TableConfig;

--

 

@Input() textOnUndefined: string | Array<string>;

--

 

@Input() textOnNull: Array<string>;

--

 

@Input() spinnerForUndefinedState: SpinnerType;

--

 

@Input() spinnerForNullState: SpinnerType;

--

 

@Input() errorMessages: string;

--

Outputs

@Output() checkboxColumnsChange: EventEmitter<Array<any>> = new EventEmitter();

--

 

@Output() radioColumnsChange: EventEmitter<any> = new EventEmitter();

--

 

@Output() selectColumnsChange: EventEmitter<any> = new EventEmitter();

--

 

@Output() iconAction: EventEmitter<IconActionEvent> = new EventEmitter();

--

Two Way Data binding

@Input() set checkboxColumns(value: Array<any>)

--

 

@Input() set radioColumns(value: any)

--

 

@Input() set selectColumns(value: any)

--

Repo

https://github.com/nulpas/circe/tree/master/projects/table

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago