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.
|
|
|
|
|
![]() |
||
IE Fast rows insertion.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
![]() |
| Tags |
| table rows |
| Thread Tools | |
|
|
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 |