Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllenFang/react-bootstrap-table
/ getSortInfo
Method
getSortInfo
src/store/TableDataStore.js:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
getSortInfo() {
66
return
this.sortList;
67
}
68
69
setSortInfo(order, sortField) {
70
if
(typeof order !== typeof sortField) {
Callers
2
componentWillReceiveProps
Function · 0.80
BootstrapTable.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected