Topic: Javascript InnerHTML Table performance (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Australia |
![]() Well, |
Paranoid (IV) Inmate From: Australia |
![]() Okay turns out its not normal thank for that! |
Nervous Wreck (II) Inmate From: Dnipropetrovsk, Ukraine |
![]() quote:
|
Paranoid (IV) Inmate From: Norway |
![]() in my experience creating BIG tables ( like thousands of cells ) is MUCH faster when you build the markup in a string ( by adding the string to itself as much as you can ) and injecting it in the innerHTML of an element. |