Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.70
TableBody.js
File · 0.70
renderContent
Method · 0.50
PaginationList.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected