taylorhakes / sparkgrid

WIP - A blazingly fast Javascript data grid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SparkGrid Build Status

SparkGrid is based on 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.

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

About

WIP - A blazingly fast Javascript data grid

License:MIT License


Languages

Language:JavaScript 98.4%Language:CSS 1.6%