No documentation has been provided.
Constructor
No documentation has been provided. |
Presentation |
Parameters| Name | Type | Description |
|---|
| myElement | ElementRef<any> | |
|
Properties
| Name | Type | Description |
|---|
@Output afterResize | EventEmitter<any> | |
| colElement | HTMLElement | undefined | |
@Input column | BaseColumn<any> | |
| originalColumnWidth | number | |
| originalTableWidth | number | |
@Input @Optional resizable | string | number | |
@Input table | ElementRef<HTMLElement> | |
| width | number | |
Methods
ngOnChanges()implements OnChanges |
|---|
No documentation has been provided. |
PresentationngOnChanges(changes: SimpleChanges): void;
|
Parameters| Name | Type | Description |
|---|
| changes | SimpleChanges | |
Returnsvoid
|
onEnd() |
|---|
No documentation has been provided. |
Presentation |
Returnsvoid
|
onResize() |
|---|
No documentation has been provided. |
PresentationonResize(width: any): void;
|
Parameters| Name | Type | Description |
|---|
| width | any | |
Returnsvoid
|
onStart() |
|---|
No documentation has been provided. |
Presentation |
Returnsvoid
|
resetTableWidth() |
|---|
No documentation has been provided. |
PresentationresetTableWidth(widthChange: number): void;
|
Parameters| Name | Type | Description |
|---|
| widthChange | number | |
Returnsvoid
|