Individualisations
This commit is contained in:
10
server/templates/table.html
Normal file
10
server/templates/table.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user