Searched refs:tableThead (Results 1 – 8 of 8) sorted by relevance
29 private tableThead: HTMLDivElement | undefined | null; property in TabPaneDmaVmTracker46 this.tableThead = this.dmaTbl?.shadowRoot?.querySelector('.thead') as HTMLDivElement;60 const thTable = this.tableThead!.querySelector('.th');62 if (this.tableThead!.hasAttribute('sort')) {63 this.tableThead!.removeAttribute('sort');
28 private tableThead: HTMLDivElement | undefined | null; property in TabPaneGpuMemorySelectVmTracker32 … this.tableThead = this.gpuMemoryClickTable?.shadowRoot?.querySelector('.thead') as HTMLDivElement;53 const thTable = this.tableThead!.querySelector('.th');55 if (this.tableThead!.hasAttribute('sort')) {56 this.tableThead!.removeAttribute('sort');
29 private tableThead: HTMLDivElement | undefined | null; property in TabPaneDmaSelectVmTracker33 this.tableThead = this.damClickTable?.shadowRoot?.querySelector('.thead') as HTMLDivElement;56 const thTable = this.tableThead!.querySelector('.th');58 if (this.tableThead!.hasAttribute('sort')) {59 this.tableThead!.removeAttribute('sort');
30 private tableThead: HTMLDivElement | undefined | null; property in TabPaneGpuMemoryVmTracker48 this.tableThead = this.gpuMemoryTableTbl?.shadowRoot?.querySelector('.thead') as HTMLDivElement;112 const thTable = this.tableThead!.querySelector('.th');114 if (this.tableThead!.hasAttribute('sort')) {115 this.tableThead!.removeAttribute('sort');
27 private tableThead: HTMLDivElement | undefined | null; property in TabPaneGpuMemorySelectAbility37 …this.tableThead = this.gpuMemoryClickTables?.shadowRoot?.querySelector('.thead') as HTMLDivElement;58 const thTable = this.tableThead!.querySelector('.th');60 if (this.tableThead!.hasAttribute('sort')) {61 this.tableThead!.removeAttribute('sort');
28 private tableThead: HTMLDivElement | undefined | null; property in TabPaneDmaSelectAbility33 this.tableThead = this.damClickTable?.shadowRoot?.querySelector('.thead') as HTMLDivElement;41 const thTable = this.tableThead!.querySelector('.th');43 if (this.tableThead!.hasAttribute('sort')) {44 this.tableThead!.removeAttribute('sort');
30 private tableThead: HTMLDivElement | undefined | null; property in TabPaneDmaAbility46 this.tableThead = this.dmaTbl?.shadowRoot?.querySelector('.thead') as HTMLDivElement;60 const thTable = this.tableThead!.querySelector('.th');62 if (this.tableThead!.hasAttribute('sort')) {63 this.tableThead!.removeAttribute('sort');
31 private tableThead: HTMLDivElement | undefined | null; property in TabPaneGpuMemoryAbility50 this.tableThead = this.gpuMemoryTableTbl?.shadowRoot?.querySelector('.thead') as HTMLDivElement;64 const thTable = this.tableThead!.querySelector('.th');66 if (this.tableThead!.hasAttribute('sort')) {67 this.tableThead!.removeAttribute('sort');