Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllenFang/react-bootstrap-table
/ setData
Method
setData
src/store/TableDataStore.js:52–59 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
50
}
51
52
setData(data) {
53
this.data = data;
54
if
(this.remote) {
55
return
;
56
}
57
58
this._refresh(true);
59
}
60
61
getColInfos() {
62
return
this.colInfos;
Callers
1
componentWillReceiveProps
Function · 0.80
Calls
1
_refresh
Method · 0.95
Tested by
no test coverage detected