bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

How to load JSON-formatted data virtually? #1826

Open leonardo110 opened 7 months ago

leonardo110 commented 7 months ago

My data is an array of objects, but when displayed, it is displayed using the json.stringfy (json, null, 4) method. How do I dynamically load this formatted json data?

Here's a screenshot:

Snipaste_2023-11-17_19-32-49

Can you write a simple code, let me see, thank you!