()
| 76 | inject(COLUMN_RESIZE_OPTIONS, {optional: true})?.liveResizeUpdates ?? true; |
| 77 | |
| 78 | ngAfterViewInit() { |
| 79 | this.elementRef.nativeElement!.classList.add(this.getUniqueCssClass()); |
| 80 | |
| 81 | this._listenForRowHoverEvents(); |
| 82 | this._listenForResizeActivity(); |
| 83 | this._listenForHoverActivity(); |
| 84 | } |
| 85 | |
| 86 | ngOnDestroy() { |
| 87 | this._eventCleanups?.forEach(cleanup => cleanup()); |