Getting Started
Usages
Columns
API References
ngx-panemu-table / Class

PanemuSettingComponent

Decorators:@Component
Selectors:panemu-setting

A simple button provides a way to:

  1. Display transpose panel.
  2. Export data to CSV.
  3. Display panel to change column visibility, position and stickiness.

All those actions can be found in PanemuTableController.

To use it, in your html file put this code:

<panemu-setting [controller]="controller"/>

Properties

NameTypeDescription
@Input
controller
PanemuTableController<any>
labelTranslaction
LabelTranslation
pts
PanemuTableService

Methods

exportToCsv()

No documentation has been provided.

Presentation
exportToCsv(): void;
Returns

void

showSettingPanel()

Show the setting dialog.

Presentation
showSettingPanel(): void;
Returns

void

transposeSelectedRow()

No documentation has been provided.

Presentation
transposeSelectedRow(): void;
Returns

void