mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
fix: Column spaceing and selection
This commit is contained in:
@@ -119,6 +119,15 @@ export class ResultTableComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
}
|
||||
|
||||
public get tableHeaderPosition(): string {
|
||||
if (!this.viewport) {
|
||||
return '-0px'
|
||||
}
|
||||
const offset = this.viewport.getOffsetToRenderedContentStart()
|
||||
|
||||
return `-${offset}px`
|
||||
}
|
||||
|
||||
@HostListener('window:resize', ['$event'])
|
||||
onResize() {
|
||||
if (this.viewport) {
|
||||
|
||||
Reference in New Issue
Block a user