MCPcopy Create free account
hub / github.com/AllenFang/react-bootstrap-table / afterHandleAddRow

Function afterHandleAddRow

src/BootstrapTable.js:979–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977 const { onAddRow } = this.props.options;
978
979 const afterHandleAddRow = errMsg => {
980 if (isAsync) {
981 this.toolbar.afterHandleSaveBtnClick(errMsg);
982 } else {
983 return errMsg;
984 }
985 };
986
987 const afterAddRowCB = errMsg => {
988 if (typeof errMsg !== 'undefined' && errMsg !== '') return afterHandleAddRow(errMsg);

Callers 1

afterAddRowCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…