MCPcopy Create free account
hub / github.com/angular/components / setResized

Function setResized

src/cdk-experimental/column-resize/column-resize.ts:103–105  ·  view source on GitHub ↗

Called when a column in the table is resized. Applies a css class to the table element.

()

Source from the content-addressed store, hash-verified

101
102 /** Called when a column in the table is resized. Applies a css class to the table element. */
103 setResized() {
104 this.elementRef.nativeElement!.classList.add(WITH_RESIZED_COLUMN_CLASS);
105 }
106
107 private _listenForRowHoverEvents() {
108 this.ngZone.runOutsideAngular(() => {

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected