adds a little space with a br between the tablewidget header and the table itself

This commit is contained in:
SimonGschnell
2024-04-23 13:16:04 +02:00
parent 8d68faf922
commit bebec98285
+1
View File
@@ -831,6 +831,7 @@ function _renderTabulatorHeaderHTML(tableWidgetDiv) {
</button>
</div>
</div>
</br>
`;
return tabulatorHeaderHTML;