table.mustache 437 B

123456789101112
  1. <div class="table-responsive">
  2. <table class='table datatable' data-src="/city/quicksearch?selective=true" style="width: 100%">
  3. <thead>
  4. <tr>
  5. <th data-field='id' data-orderable="false">Id</th>
  6. <th data-field='type'>Tipo</th>
  7. <th data-field='name'>Nome</th>
  8. <th data-field='number'>N Cadastro</th>
  9. </tr>
  10. </thead>
  11. </table>
  12. </div>