MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / populateBomTable

Function populateBomTable

InteractiveHtmlBom/web/ibom.js:824–829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

822}
823
824function populateBomTable() {
825 populateBomHeader();
826 populateBomBody();
827 setBomHandlers();
828 resizableGrid(bomhead);
829}
830
831function footprintsClicked(footprintIndexes) {
832 var lastClickedIndex = footprintIndexes.indexOf(lastClicked);

Callers 8

mouseUpHandlerFunction · 0.85
setDarkModeFunction · 0.85
setShowBOMColumnFunction · 0.85
setHighlightRowOnClickFunction · 0.85
updateFilterFunction · 0.85
updateRefLookupFunction · 0.85
changeBomModeFunction · 0.85
setMarkWhenCheckedFunction · 0.85

Calls 4

populateBomHeaderFunction · 0.85
populateBomBodyFunction · 0.85
setBomHandlersFunction · 0.85
resizableGridFunction · 0.85

Tested by

no test coverage detected