Searched refs:gpuTbl (Results 1 – 2 of 2) sorted by relevance
32 private gpuTbl: LitTable | null | undefined; property in TabPaneGpuClickSelect35 …let td = this.gpuTbl!.shadowRoot!.querySelector('.thead')?.firstChild?.firstChild as HTMLDivElemen…53 …this.gpuTbl?.shadowRoot?.querySelector('.table')?.style?.height = this.parentElement!.clientHeight…54 this.gpuTbl!.loading = true;58 this.gpuTbl!.loading = false;63 this.gpuTbl!.recycleDataSource = this.gpuSource;64 this.theadClick(this.gpuTbl!, this.gpuSource);67 this.gpuTbl!.recycleDataSource = [];120 this.gpuTbl = this.shadowRoot?.querySelector<LitTable>('#tb-gpu');121 this.gpuTbl!.addEventListener('column-click', (evt: any) => {[all …]
66 tabPaneGpuClickSelects.gpuTbl = jest.fn(() => true);