Files
RegattenApp/server/templates/table.html
2020-09-22 23:32:48 +02:00

10 lines
200 B
HTML

<div style="width: 100%; overflow-x: auto;">
<table id="$$html-id;" class="table table-striped table-bordered $$css-class;">
<thead>
$$0;
</thead>
<tbody>
$$1;
</tbody>
</table>
</div>