ywana-core8 0.0.105 → 0.0.106

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 CHANGED
@@ -4411,7 +4411,9 @@ var TableEditor = function TableEditor(props) {
4411
4411
  id: field.id,
4412
4412
  label: field.label,
4413
4413
  type: field.type,
4414
- onChange: field.id === "checked" ? check : field.editable ? change : null,
4414
+ onChange: field.id === "checked" ? function (rowID, id, value) {
4415
+ check(rowId, value);
4416
+ } : field.editable ? change : null,
4415
4417
 
4416
4418
  /* checked has it´s own handler */
4417
4419
  options: options