IE Fast rows insertion.

This is a discussion on "IE Fast rows insertion." within the JavaScript Forum section. This forum, and the thread "IE Fast rows insertion. are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 20th, 2007, 08:26
New Member
Join Date: Mar 2007
Location: USA
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question IE Fast rows insertion.

Hi,
I need to add dynamically ~1000 rows to a table. I get the rows using AJAX call.

If I try to insert rows in a convention way (document.createElement for each tbody, tr and td) it takes almost 1.5 min. (Must use IE...)

I would like to know if there is a way that can append all the rows from the XML directly to the existing table.

I already tried innerHTML with no success.
Reply With Quote

  #2 (permalink)  
Old Mar 21st, 2007, 22:51
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE Fast rows insertion.

Try creating a loop where each row is added one at a time. While it won't shorten the time, it may decrease browser load and the user will be able to see that the page is updating.
Reply With Quote
Reply

Tags
table rows

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Columns and Rows tlo5 JavaScript Forum 4 Nov 20th, 2007 16:13
Java Homework, Need help Fast! JustinStudios Other Programming Languages 4 Apr 26th, 2007 04:24
Fast, Altruistic Web Designer Urgently Needed! Susi P Job Opportunities 0 Dec 13th, 2006 19:56
Record insertion form problem The Hick Man PHP Forum 3 Feb 27th, 2006 01:00


All times are GMT. The time now is 10:06.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43