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 |
Returnsvoid |
showSettingPanel() |
|---|
Show the setting dialog. |
Presentation |
Returnsvoid |
transposeSelectedRow() |
|---|
No documentation has been provided. |
Presentation |
Returnsvoid |

