fin-hypergrid
Version:
Canvas-based high-performance grid
70 lines (39 loc) • 2.9 kB
Markdown
[](https://travis-ci.org/openfin/fin-hypergrid)
**fin-hypergrid** is an ultra-fast HTML5 grid presentation layer, achieving its speed by rendering (in a canvas tag) only the currently visible portion of your (virtual) grid, thus avoiding the latency and life-cycle issues of building, walking, and maintaining a complex DOM structure. Please be sure to checkout our [design overview](OVERVIEW.md)
Below is an example custom application built on top of the Hypergrid API tooling.
It also highlights a DOM-based custom external editor triggered via hypergrid events as well as interaction with Hypergrid's column ordering API
<img src="images/README/gridshot04.gif">
* [Current Release](
* [Demos](
* [Features](
* [Testing](
* [Documentation](
* [Roadmap](
* [Contributing](
**Hypergrid 2.1.8** includes bug fixes.
_For a complete list of changes, see the [release notes](https://github.com/fin-hypergrid/core/releases)._
Our [dev testbed](https://fin-hypergrid.github.io/core) demos various features.
Hyperblotter is a demo app that shows the capabilities of both OpenFin and Hypergrid.
Check out the Table view on Hyperblotter on a Windows machine via [this installer](https://dl.openfin.co/services/download?fileName=Hyperblotter&config=http://cdn.openfin.co/demos/hyperblotter/app.json).


Please use github [issues](https://github.com/fin-hypergrid/core/issues) to report problems
We invite everyone to test the alpha branch for changes going into the next release
Find more information on our [testing page](TESTING.md)
Primarily our tutorials will be on the [wiki](https://github.com/fin-hypergrid/core/wiki).
We also maintain versioned [online API documentation](https://fin-hypergrid.github.io/core/2.1.8/doc/Hypergrid.html) for all public objects and modules. This documentation is necessarily an on-going work-in-progress.
(Cell editor information can be found [here](https://github.com/fin-hypergrid/core/wiki/Cell-Editors).)
(Cell Rendering information can be found [here](https://github.com/fin-hypergrid/core/wiki/Cell-Renderers).)
Hypergrid global configurations can be found [here](https://fin-hypergrid.github.io/core/2.1.8/doc/module-defaults.html).
For our current queue of up coming work you can find it [here](ROADMAP.md)
Developers interested in contributing to this project should review our [contributing guide](CONTRIBUTING.md) before making pull requests.