Skip to content

benjaminRomano/bd-SlickGrid

 
 

Repository files navigation

Fork of mleibman's slickgrid node package. Removes usage of jquery.event.drag

slickgrid

For now, please check out the wiki.

require notes

Unlike typical modules you cannot require('slickgrid') directly. You should require the specific submodules you need.

var SlickGrid = require('slickgrid/grid');
var SlickData = require('slickgrid/dataview');

install

npm install slickgrid

Use with browserify

SlickGrid 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
  • Supports jQuery UI Themes
  • 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

A lightning fast JavaScript grid/spreadsheet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.9%
  • HTML 3.7%
  • CSS 3.4%