@firestitch/list 12.1.0 → 12.1.1
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.
|
@@ -471,7 +471,10 @@
|
|
|
471
471
|
this.footerColspanned = false;
|
|
472
472
|
this._ordered = false;
|
|
473
473
|
this._parseConfig(colConfig);
|
|
474
|
-
this.colStyles = new StyleConfig(
|
|
474
|
+
this.colStyles = new StyleConfig({
|
|
475
|
+
className: this._attributes.className,
|
|
476
|
+
align: this._attributes.align
|
|
477
|
+
});
|
|
475
478
|
this.mergeWithColumnDefaults(colDefaults);
|
|
476
479
|
}
|
|
477
480
|
Object.defineProperty(Column.prototype, "title", {
|