Displaying large number of rows in Perspective Table

I need to display ~10,000 rows in a table in a Perspective Table. Every time I try to however, the page crashes... I have props.virtualised set to true.

Is there actually anything I can do to resolve this...? other than moving to Vision

Nevermind, I was doing something really dumb... I also had to turn on the Pager.

Turn on Pager and don't inefficiently insert items into a list 1-by-1, insert them all at once (rookie mistake) :confused:

4 Likes