I've been working on WarperGrid, a React data grid designed for developers who want power without complexity.
Key features:
- Full TypeScript support with excellent DX
- Plugin architecture – attach only what you need (sorting, filtering, export, etc.)
- Export to CSV, Excel, JSON, and PDF out of the box
- Cell editing with formula support (=SUM, =AVG, etc.)
- SQL query panel – query your grid data with SQL syntax
- Clipboard support (Ctrl+C/X/V)
- Master-detail rows, column pinning, row grouping
- No external CSS framework required
itsmeadarsh•1h ago
Key features: - Full TypeScript support with excellent DX - Plugin architecture – attach only what you need (sorting, filtering, export, etc.) - Export to CSV, Excel, JSON, and PDF out of the box - Cell editing with formula support (=SUM, =AVG, etc.) - SQL query panel – query your grid data with SQL syntax - Clipboard support (Ctrl+C/X/V) - Master-detail rows, column pinning, row grouping - No external CSS framework required
It's designed to be simple to get started:
Demo & Docs: https://grid.warper.tech NPM: https://www.npmjs.com/package/@itsmeadarsh/warper-gridWould love feedback from the community. What features do you look for in a data grid?