从这个命令:
const createRegionsEditor = (onUpdate, props) => (<RegionsEditor onUpdate={ onUpdate } {...props}/>);
正在更新
RegionsEditor onUpdate
是指事件还是 RegionsEditor 的道具?
我在以下位置找到了代码: http ://allenfang.github.io/react-bootstrap-table/example.html#celledit 来自第 93 行,在自定义单元编辑下