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

Function if

src/BootstrapTable.js:947–949  ·  view source on GitHub ↗
(afterSaveCell)

Source from the content-addressed store, hash-verified

945
946 if (this.allowRemote(Const.REMOTE_CELL_EDIT)) {
947 if (afterSaveCell) {
948 afterSaveCell(this.state.data[rowIndex], fieldName, newVal, props);
949 }
950 return;
951 }
952

Callers 4

BootstrapTable.jsFile · 0.70
TableBody.jsFile · 0.70
renderContentMethod · 0.50
PaginationList.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected