From this command:
const createRegionsEditor = (onUpdate, props) => (<RegionsEditor onUpdate={ onUpdate } {...props}/>);
is onUpdate of
RegionsEditor onUpdate
refering to an event or to a props of RegionsEditor?
I found the code at: http://allenfang.github.io/react-bootstrap-table/example.html#celledit from line 93, under Custom Cell Edit