Datatable auto height Issue while parsing the data

I have set auto height for datatable, while parsing the data i.e. above 10,000, it gets hang for Internet explore browser. but if i set fix height it works. Can you please help me resolve this?

Hello @Vaishnavi ,

We do not recommend using autoheight for large amounts of data.
The fact is that long loading occurs due to the fact that when using autoheight, on each render all rows are recalculated, and not only the visible cells.
The autoheight:true is better to use for small amount of data.

Could you please share more details on your use case and describe
why do you need to use autoheight?