REACT / CONTROLLED ANALYTICS
A 100,000-row operating view, driven by React.
Drive a 100,000-row sales pipeline from controlled React state: filters, search and replace, formula entry with live recalculation, KPI formulas over a named range, undo/redo, CSV/XLSX workflows, and reset-safe reconciliation.
- Adapter
- React binding
- Engine
- Rust / WASM
- Surface
- Canvas
PUBLISHED RUNTIME
See the contract working.
No mock controls or copied state. Every interaction above crosses the public adapter and Grid APIs.
- 01Controlled queries
Market and segment filters, ranking, and search flow from React state.
- 02Formulas and KPIs
Summary cards read real engine formulas — SUM over a named range, AVG, SUMIF per market — and recalculate on every edit.
- 03Reset reconciliation
Dataset reloads and renderer swaps rebuild the grid; the surviving React state re-applies itself on ready.
- 04Data workflows
CSV import lands as one undoable commit; CSV/XLSX exports hand off to the interoperability proofs.