Files
framework/app/geo/city/views/table.mustache
T

12 lines
437 B
Plaintext

<div class="table-responsive">
<table class='table datatable' data-src="/city/quicksearch?selective=true" style="width: 100%">
<thead>
<tr>
<th data-field='id' data-orderable="false">Id</th>
<th data-field='type'>Tipo</th>
<th data-field='name'>Nome</th>
<th data-field='number'>N Cadastro</th>
</tr>
</thead>
</table>
</div>