Ver Mensaje Individual
  #6 (permalink)  
Antiguo 20/12/2006, 07:56
Revan
 
Fecha de Ingreso: diciembre-2006
Mensajes: 12
Antigüedad: 17 años, 4 meses
Puntos: 0
Re: Ayuda con sortable y scroll para una tabla :(

Aquí está el código:
<div id=scrolltable with ="860" Style="overflow:auto; height:200px;">
<table align="center" class="sortable" name="rsTable" id="rsTable" width="860" border="1" cols="7">
<th >N</td>
<th >RUT</td>
<th>AP.PATERNO</td>
<th>AP.MATERNO</td>
<th>NOMBRES</td>
<th>CARRERA</td>
<th>INGRESO</td>
</tr>
<%
//Aquí va código JSP, sólo es un ciclo for que rellena la tabla


%>

</table> </div>