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.cjs
CHANGED
@@ -4730,6 +4730,7 @@ var TableEditor = function TableEditor(props) {
|
|
4730
4730
|
label: field.label,
|
4731
4731
|
type: field.type,
|
4732
4732
|
format: field.format,
|
4733
|
+
subcolumns: field.item ? field.item : [],
|
4733
4734
|
onChange: field.id === "checked" ? checkOne : field.editable ? change : null,
|
4734
4735
|
|
4735
4736
|
/* checked has it´s own handler */
|