|
@@ -2548,6 +2548,14 @@ function renderInlineForTable() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ const desclongCell = baseRow.querySelector('td:nth-child(6)');
|
|
|
|
|
+ if (desclongCell) {
|
|
|
|
|
+ const longDescDiv = desclongCell.querySelector('.long-desc');
|
|
|
|
|
+ if (longDescDiv) {
|
|
|
|
|
+ longDescDiv.innerHTML = highlightMatches(longDescDiv.innerHTML, mandatoryValues);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
// Update summary statistics
|
|
// Update summary statistics
|