react-pivottable
react-pivottable copied to clipboard
Optimizing
Hello! Are there ways to optimize rendering of table if I have a json file with more than 1000 items?
This component will handle up to around 100,000 items as built, so it shouldn't require any further optimizations for 1,000 items. Can you share a sample of your data and/or the types of output you want to make? You may run into performance problems if you're making very large output tables, say 1,000 rows by 1,000 columns, because that's a million cells :)