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.modern.js
CHANGED
@@ -4723,6 +4723,7 @@ var TableEditor = function TableEditor(props) {
|
|
4723
4723
|
label: field.label,
|
4724
4724
|
type: field.type,
|
4725
4725
|
format: field.format,
|
4726
|
+
subcolumns: field.item ? field.item : [],
|
4726
4727
|
onChange: field.id === "checked" ? checkOne : field.editable ? change : null,
|
4727
4728
|
|
4728
4729
|
/* checked has it´s own handler */
|