SkillAgentSearch skills...

Sparkgrid

WIP - A blazingly fast Javascript data grid

Install / Use

/learn @taylorhakes/Sparkgrid
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SparkGrid Build Status

SparkGrid is based on SlickGrid

Differences from SlickGrid

<table class="table table-striped table-bordered"> <tbody> <tr> <th></th> <th>SparkGrid</th> <th>SlickGrid</th> </tr> <tr> <td><b>Dependencies</b></td> <td>None</td> <td>jQuery, jQuery UI, jQuery Drag & Drop</td> </tr> <tr> <td><b>JS Version</b></td> <td>ES6 -> ES5</td> <td>ES3</td> </tr> <tr> <td><b>Remote API</b></td> <td>Robust (In Progress)</td> <td>Copy Example</td> </tr> <tr> <td><b>Testing</b></td> <td>Full Test Coverage (In Progress)</td> <td>Minimal</td> </tr> <tr> <td><b>Documentation</b></td> <td>All methods & Examples (In Progress)</td> <td>Some comments & Examples</td> </tr> </tbody> </table>

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

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated8y ago
Forks2

Languages

JavaScript

Security Score

75/100

Audited on May 11, 2017

No findings