git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C410
This commit is contained in:
parent
2fa099c0df
commit
dc1314f385
2 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ var IdEstado;
|
||||||
var DescEstado;
|
var DescEstado;
|
||||||
|
|
||||||
jQuery(document).ready(function () {
|
jQuery(document).ready(function () {
|
||||||
|
|
||||||
$('#tableSitios').TableInit(0, false, true, true, false, null, null);
|
$('#tableSitios').TableInit(0, false, true, true, false, null, null);
|
||||||
$('#tableSitios').DataTable().column(0).visible(false);
|
$('#tableSitios').DataTable().column(0).visible(false);
|
||||||
getDataModel();
|
getDataModel();
|
||||||
|
|
|
||||||
|
|
@ -22,11 +22,11 @@
|
||||||
<table id="tableSitios" class="table table-condensed dataTable no-footer">
|
<table id="tableSitios" class="table table-condensed dataTable no-footer">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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">Nombre</th>
|
||||||
<th class="col-sm-4">Identificación </th>
|
<th class="col-sm-4">Identificación </th>
|
||||||
<th class="col-sm-4">Versión vigente</th>
|
<th class="col-sm-4">Versión vigente</th>
|
||||||
<th>Editar FT</th>
|
<th class="col-sm-1">Editar FT</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue