Ver Mensaje Individual
  #7 (permalink)  
Antiguo 30/12/2013, 18:55
eamexicano
 
Fecha de Ingreso: marzo-2013
Mensajes: 11
Antigüedad: 11 años, 1 mes
Puntos: 1
Respuesta: Mejorar rendimiento >> Metodo html de Jquery

En stackoverflow - http://stackoverflow.com/questions/8640692/slow-response-when-the-html-table-is-big - encontré con un jsFiddle que inserta 10,000 filas

http://jsfiddle.net/ThinkingStiff/gyaGk/

Hasta el final de la sección de JS viene el código de prueba

for (var i = 0; i < 10000; ++i) {
stck.stockInfo.push(['TESTSKU', 'A test item', i]);
}
stck.showRow(1000, false)

Tal vez te pueda servir de referencia