PanemuSettingComponent
Decorators: | @Component |
Selectors: |
|
A simple button provides a way to:
- Display transpose panel.
- Export data to CSV.
- Display panel to change column visibility, position and stickiness.
All those actions can be found in
.
To use it, in your html file put this code:
<panemu-setting [controller]="controller"/>
Properties
Name | Type | Description |
---|---|---|
@Input |
| |
labelTranslaction |
| |
pts |
|
Methods
exportToCsv() |
---|
No documentation has been provided. |
Presentation
|
Returns
|
showSettingPanel() |
---|
Show the setting dialog. |
Presentation
|
Returns
|
transposeSelectedRow() |
---|
No documentation has been provided. |
Presentation
|
Returns
|