Ver Mensaje Individual
  #23 (permalink)  
Antiguo 05/05/2011, 07:54
doylelives
 
Fecha de Ingreso: junio-2008
Ubicación: Capital Federal xD
Mensajes: 1.208
Antigüedad: 15 años, 10 meses
Puntos: 35
Respuesta: Tutorial JQuery DataTables

La estructura inicial del table seria algo asi:
Código Javascript:
Ver original
  1. <table cellpadding="0" cellspacing="0" border="0" class="display" id="example">
  2.     <thead>
  3.         <tr>
  4.             <th width="20%">Rendering engine</th>
  5.             <th width="25%">Browser</th>
  6.             <th width="25%">Platform(s)</th>
  7.             <th width="15%">Engine version</th>
  8.             <th width="15%">CSS grade</th>
  9.         </tr>
  10.     </thead>
  11.     <tbody>
  12.         <tr>
  13.             <td colspan="5" class="dataTables_empty">Loading data from server</td>
  14.         </tr>
  15.     </tbody>
  16. </table>
__________________
I am Doyle please insert code.