We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79f6b7 commit aba9006Copy full SHA for aba9006
InteractiveHtmlBom/ibom.html
@@ -654,12 +654,6 @@
654
tr.id = "bomrow" + rownum;
655
td.textContent = rownum;
656
tr.appendChild(td);
657
- // Description
658
- td = document.createElement("TD");
659
- tr.appendChild(td);
660
- // Part
661
662
663
// References
664
td = document.createElement("TD");
665
td.innerHTML = highlightFilter(references.join(", "));
@@ -923,8 +917,6 @@
923
917
<thead>
924
918
<tr>
925
919
<th class="numCol"></th>
926
- <th class="Description">Description</th>
927
- <th class="Part">Part</th>
928
920
<th class="References">References</th>
929
921
<th class="Value">Value</th>
930
922
<th class="Footprint">Footprint</th>
0 commit comments