Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taylorhakes/sparkgrid

WIP - A blazingly fast Javascript data grid
https://github.com/taylorhakes/sparkgrid

Last synced: about 2 months ago
JSON representation

WIP - A blazingly fast Javascript data grid

Awesome Lists containing this project

README

        

# SparkGrid [![Build Status](https://travis-ci.org/taylorhakes/sparkgrid.png?branch=master)](https://travis-ci.org/taylorhakes/sparkgrid)

SparkGrid is based on [SlickGrid](https://github.com/mleibman/SlickGrid)

### Differences from SlickGrid




SparkGrid
SlickGrid


Dependencies
None
jQuery, jQuery UI, jQuery Drag & Drop


JS Version
ES6 -> ES5
ES3


Remote API
Robust (In Progress)
Copy Example


Testing
Full Test Coverage (In Progress)
Minimal


Documentation
All methods & Examples (In Progress)
Some comments & Examples

Find documentation and examples in [the wiki](https://github.com/mleibman/SlickGrid/wiki).

## SparkGrid is an advanced JavaScript grid/spreadsheet component

Some highlights:

* Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness)
* Extremely fast rendering speed
* Background post-rendering for richer cells
* Configurable & customizable
* Full keyboard navigation
* Column resize/reorder/show/hide
* Column autosizing & force-fit
* Pluggable cell formatters & editors
* Support for editing and creating new rows.
* Grouping, filtering, custom aggregators, and more!
* Advanced detached & multi-field editors with undo/redo support.
* “GlobalEditorLock” to manage concurrent edits in cases where multiple Views on a page can edit the same data.
* Support for [millions of rows](http://stackoverflow.com/a/2569488/1269037)