No documentation has been provided.
Constructor
No documentation has been provided. |
Presentation |
ParametersName | 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;
|
ParametersName | Type | Description |
---|
changes | SimpleChanges | |
Returnsvoid
|
onEnd() |
---|
No documentation has been provided. |
Presentation |
Returnsvoid
|
onResize() |
---|
No documentation has been provided. |
PresentationonResize(width: any): void;
|
ParametersName | Type | Description |
---|
width | any | |
Returnsvoid
|
onStart() |
---|
No documentation has been provided. |
Presentation |
Returnsvoid
|
resetTableWidth() |
---|
No documentation has been provided. |
PresentationresetTableWidth(widthChange: number): void;
|
ParametersName | Type | Description |
---|
widthChange | number | |
Returnsvoid
|