@gridsheet/web
v3.4.3
Published
Web/DOM rendering layer for gridsheet, built on @gridsheet/engine (DOM, input, popup, virtualization, styles); re-exports the full engine API.
Maintainers
Readme
@gridsheet/web
The web/DOM rendering layer for GridSheet.
It builds on the headless @gridsheet/engine (the framework-agnostic model + formula engine) and adds the browser-specific helpers the framework bindings need: DOM focus/selection, text input, popup positioning, virtualization, and style embedding. It also re-exports the full @gridsheet/engine API, so @gridsheet/react-core / @gridsheet/preact-core can pull both the model and the DOM helpers from here.
It is not intended to be used directly by application developers.
For application developers
Please use one of the framework-specific packages:
- React:
@gridsheet/react-core - Preact:
@gridsheet/preact-core - Vue:
@gridsheet/vue-core
For headless use (CLI, extension host, backend, CI — no rendering), use @gridsheet/engine directly.
License
Apache-2.0
