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

PanemuSettingComponent

Decorators:@Component
Selectors:panemu-setting
Implements:OnInit

A simple button that if clicked, will execute

SettingDialogComponent.show(this.dialog, this.overlay, this.controller)

That dialog provide a UI to change column visibility, position and stickiness.

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

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

Constructor

No documentation has been provided.

Presentation
constructor(
	
): PanemuSettingComponent;

Properties

NameTypeDescription
@Input
controller
PanemuTableController<any>
dialog
Dialog
overlay
Overlay

Methods

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
ngOnInit(): void;
Returns

void

showPanel()

Show the setting dialog.

Presentation
showPanel(): void;
Returns

void