Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllenFang/react-bootstrap-table
/ isChangedPage
Method
isChangedPage
src/store/TableDataStore.js:722–724 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
720
}
721
722
isChangedPage() {
723
return
this.pageObj.start && this.pageObj.end ? true : false;
724
}
725
726
isEmpty() {
727
return
(this.data.length === 0 ||
Callers
1
getTableData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected