When rending a table in react, it takes so much time to render for scripting. Is anyone fixed the same issue before? Nearly 10000 records need to display in table.
CodePudding user response:
Hi it’s hard for browser to render so much data in one pass you need some virtualisation for the table, like this lib https://github.com/bvaughn/react-virtualized