This commit is contained in:
dmendez 2018-08-08 20:33:26 +00:00
parent 2fa099c0df
commit dc1314f385
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,6 @@ var IdEstado;
var DescEstado;
jQuery(document).ready(function () {
$('#tableSitios').TableInit(0, false, true, true, false, null, null);
$('#tableSitios').DataTable().column(0).visible(false);
getDataModel();

View file

@ -22,11 +22,11 @@
<table id="tableSitios" class="table table-condensed dataTable no-footer">
<thead>
<tr>
<th class="col-sm-2">ID</th>
<th class="col-sm-1">ID</th>
<th class="col-sm-4">Nombre</th>
<th class="col-sm-4">Identificación </th>
<th class="col-sm-4">Versión vigente</th>
<th>Editar FT</th>
<th class="col-sm-1">Editar FT</th>
</tr>
</thead>
</table>