@worktile/theia 15.1.12 → 15.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12906,7 +12906,7 @@ class TheTableComponent extends TheBaseElementComponent {
|
|
|
12906
12906
|
}
|
|
12907
12907
|
getColumnGroups() {
|
|
12908
12908
|
this.columns = calcColumnGroups(this.readonly, this.element, this.elementRef.nativeElement.offsetWidth, this.config.mode);
|
|
12909
|
-
this.
|
|
12909
|
+
this.cdr.detectChanges();
|
|
12910
12910
|
}
|
|
12911
12911
|
/* 给标题行的左/右加阴影 */
|
|
12912
12912
|
setHeaderRowShadow() {
|