Poor Performance with tables in Internet Explorer 8 Standards Mode

后端 未结 6 589
鱼传尺愫
鱼传尺愫 2021-02-05 09:53

When using a table with a reasonable amount of data - 100 rows by 50 columns - I notice that IE8 performance degrades unacceptably (only in IE8 standards rendering mode). The CP

6条回答
  •  猫巷女王i
    2021-02-05 10:55

    Realistically, with IE, you are better off constructing the entire HTML and plopping it in at once with style="" or the classes you are looking for. If you can handle the regressions, render X rows per table and multiple tables to 'stream' in changes.

提交回复
热议问题