@cqa-lib/cqa-ui 1.1.538 → 1.1.539
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.
|
@@ -1630,7 +1630,6 @@ class DynamicTableComponent {
|
|
|
1630
1630
|
? `max(${c.minWidth}px, ${dynamicWidth})`
|
|
1631
1631
|
: dynamicWidth;
|
|
1632
1632
|
});
|
|
1633
|
-
console.log('computedColumnWidths', this.computedColumnWidths);
|
|
1634
1633
|
if (this.gridTemplateColumns) {
|
|
1635
1634
|
this.computedGridTemplate = this.gridTemplateColumns;
|
|
1636
1635
|
}
|