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.
@@ -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 */