ywana-core8 0.0.209 → 0.0.210
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.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -0
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/TablePage.js +1 -0
package/dist/index.umd.js
CHANGED
@@ -4727,6 +4727,7 @@
|
|
4727
4727
|
label: field.label,
|
4728
4728
|
type: field.type,
|
4729
4729
|
format: field.format,
|
4730
|
+
subcolumns: field.item ? field.item : [],
|
4730
4731
|
onChange: field.id === "checked" ? checkOne : field.editable ? change : null,
|
4731
4732
|
|
4732
4733
|
/* checked has it´s own handler */
|