I'm displaying data in a html table (datatables jquery plugin). One column displays the data in an activex control (IE) or plugin (Firefox).
I now have an issue when there are like 100 rows or more in IE, meaning the page takes very long to load or will not load at all (crash, unresponsive for minutes).
In firefox, the problem occurs too but you need like 500 rows or more to make it appear. Does IE8 have some kind of limit on how many activex controls can be displayed? If I remove the activex the page loads instantly.
Any ideas? ActiveX is 3rd party. Can't change it.