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

Method page

src/store/TableDataStore.js:186–190  ·  view source on GitHub ↗
(page, sizePerPage)

Source from the content-addressed store, hash-verified

184 }
185
186 page(page, sizePerPage) {
187 this.pageObj.end = page * sizePerPage - 1;
188 this.pageObj.start = this.pageObj.end - (sizePerPage - 1);
189 return this;
190 }
191
192 edit(newVal, rowIndex, fieldName) {
193 const currentDisplayData = this.getCurrentDisplayData();

Callers 4

getTableDataFunction · 0.80
BootstrapTable.jsFile · 0.80
letFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected