I'm on the hunt for a data grid component that offers functionalities similar to Excel or Google Sheets. Performance is a major factor since I'll be working with large datasets. While I prefer using React, I'm open to other frameworks or even vanilla JavaScript. I'm willing to invest in a commercial solution rather than creating a mediocre component myself.
4 Answers
For a feature-rich and speedy option, look into AG Grid or Handsontable. Both are excellent choices for React projects. We've implemented AG Grid in numerous enterprise applications, and it handles large amounts of data really well, even with complex cell editing and formulas.
If budget wasn't a concern, I'd definitely go for AG Grid! It's quite powerful. That said, we ended up using TanStack Table, and it suits our needs perfectly. It might require some setup to get it looking more like Excel, but overall, it works well.
Check out SVAR React DataGrid! They've got a great demo with 200k rows that shows how it performs with large datasets. It supports in-cell editing, sorting, and filtering. There's even a Svelte version available if you're interested! Just a heads-up: I'm part of the SVAR team, so I might be a bit biased.
If you're working with Python, you might want to try df2tables! It converts pandas or polars dataframes into interactive HTML tables using DataTables, which could be handy.

Related Questions
Keep Your Screen Awake Tool
Favicon Generator
JWT Token Decoder and Viewer
Ethernet Signal Loss Calculator
Glassmorphism CSS Generator with Live Preview
Remove Duplicate Items From List