wess09/webapp/simple_table.html
2026-05-06 23:03:50 +08:00

11 lines
235 B
HTML

<div class="simple-table-wrap" style="{extra_style}">
<table class="simple-table" style="border-collapse:collapse;">
<thead>
<tr>{thead_cells}</tr>
</thead>
<tbody>
{tbody_rows}
</tbody>
</table>
</div>