Show HN: React Virtualized Pivot – A pivot table component for React
turnerniles.github.io
Show HN: React Virtualized Pivot – A pivot table component for React
1–3 of 3 posts
Re: Show HN: React Virtualized Pivot – A pivot table component for React
#2Very cool. How does this compare to established products like OpenFin?
Re: Show HN: React Virtualized Pivot – A pivot table component for React
#3Very cool. How does this compare to established products like OpenFin?
I think it's competitive in the amount of data it can handle although we achieve this in a different manner than OpenFin (pure virtualization with limited DOM rendering as opposed to canvas rendering). This also makes it easier to play around with event handlers and perform other DOM manipulation. OpenFin does allow for plain table view while we focus only on pivot table, but that is something we could easily add if people would find it useful.