View row seperator lines only

pull/187/head
M66B 4 years ago
parent 18d64c5f3a
commit b341c680da

@ -801,7 +801,7 @@ public class HtmlHelper {
if (hasVisibleContent(row.childNodes())) {
Element next = row.nextElementSibling();
if (next != null && "tr".equals(next.tagName()))
if (text_separators)
if (text_separators && view)
row.appendElement("hr")
.attr("x-dashed", "true");
else

Loading…
Cancel
Save