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

Function invalid

src/BootstrapTable.js:905–913  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

903 const fieldName = columns[colIndex].name;
904
905 const invalid = () => {
906 this.setState(() => {
907 return {
908 data: this.store.get(),
909 reset: false
910 };
911 });
912 return;
913 };
914
915 if (beforeSaveCell) {
916 const beforeSaveCellCB = result => {

Callers 2

beforeSaveCellCBFunction · 0.85
BootstrapTable.jsFile · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…