@neovici/cosmoz-omnitable 12.12.0 → 12.13.0

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.
@@ -117,6 +117,8 @@ const columnSymbol = Symbol('column'),
117
117
  ownerTree: column.ownerTree,
118
118
  keyProperty: column.keyProperty,
119
119
 
120
+ ...column.getConfig?.(column),
121
+
120
122
  [columnSymbol]: column,
121
123
  }));
122
124
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "12.12.0",
3
+ "version": "12.13.0",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"