Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/05/2014, 13:17
dilanc9
 
Fecha de Ingreso: mayo-2014
Mensajes: 9
Antigüedad: 10 años
Puntos: 0
Respuesta: No muestra tabla , FILTRO AJAX Y PHP

Cita:
Iniciado por alexisverano Ver Mensaje
La tabla que quieres que se muestre es esta?

Código HTML:
Ver original
  1. <table cellpadding="0" cellspacing="0" id="data">
  2.             <thead>
  3.                 <tr>
  4.                     <th width="22%"><span title="nacimiento">Fecha Nacimiento</span></th>
  5.                     <th width="35%"><span title="nombre">Nombre</span></th>
  6.                     <th width="30%"><span title="email">Email</span></th>
  7.                     <th><span title="nombre_pais">Pais</span></th>
  8.                 </tr>
  9.             </thead>
  10.             <tbody>
  11.         </table>
si, tome este ejemplo de esta pagina http://www.jqueryeasy.com/2012/05/19/filtrar-y-ordenar-una-tabla-mysql-con-ajax/ , quiero que muestre esta tabla

Código HTML:
<table cellpadding="0" cellspacing="0" id="data">
        	<thead>
            	<tr>
                    <th width="22%"><span title="fecha">Fecha Adquisicion</span></th>
                    <th width="35%"><span title="codigo">Codigo</span></th>
                    <th width="30%"><span title="usuarios">Usuarios</span></th>
                    <th><span title="areas">Areas</span></th>
     </tr>
            </thead>