20/12/2006, 07:56
|
| | Fecha de Ingreso: diciembre-2006
Mensajes: 12
Antigüedad: 18 años, 1 mes 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> |