Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taylorhakes/sparkgrid
WIP - A blazingly fast Javascript data grid
https://github.com/taylorhakes/sparkgrid
Last synced: 2 months ago
JSON representation
WIP - A blazingly fast Javascript data grid
- Host: GitHub
- URL: https://github.com/taylorhakes/sparkgrid
- Owner: taylorhakes
- License: mit
- Created: 2014-11-02T15:14:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T12:40:28.000Z (over 8 years ago)
- Last Synced: 2024-09-10T13:25:25.770Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-blazingly-fast - sparkgrid - WIP - A blazingly fast Javascript data grid (JavaScript)
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)