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

Function handleAddRowAtBegin

src/BootstrapTable.js:966–973  ·  view source on GitHub ↗
(newObj)

Source from the content-addressed store, hash-verified

964 }
965
966 handleAddRowAtBegin(newObj) {
967 try {
968 this.store.addAtBegin(newObj);
969 } catch (e) {
970 return e;
971 }
972 this._handleAfterAddingRow(newObj, true);
973 }
974
975 handleAddRow = newObj => {
976 let isAsync = false;

Callers

nothing calls this directly

Calls 1

addAtBeginMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…