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:
import { WarperGrid } from '@itsmeadarsh/warper-grid';
<WarperGrid data={data} columns={columns} height={400} />
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?