https://github.com/mleibman/SlickGrid
A lightning fast JavaScript grid/spreadsheet
https://github.com/mleibman/SlickGrid
Last synced: about 1 month ago
JSON representation
A lightning fast JavaScript grid/spreadsheet
- Host: GitHub
- URL: https://github.com/mleibman/SlickGrid
- Owner: mleibman
- License: mit
- Created: 2009-12-17T18:27:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T11:59:58.000Z (about 2 years ago)
- Last Synced: 2024-10-17T18:12:10.250Z (6 months ago)
- Language: JavaScript
- Homepage: http://wiki.github.com/mleibman/SlickGrid
- Size: 6.2 MB
- Stars: 6,811
- Watchers: 365
- Forks: 1,982
- Open Issues: 471
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
- awesome-canvas - SlickGrid - model.html)] - A lightning fast JavaScript grid/spreadsheet.   (Libraries / Spreadsheet)
- awesome-data-ui - slickgrid
- jimsghstars - mleibman/SlickGrid - A lightning fast JavaScript grid/spreadsheet (JavaScript)
README
# Welcome to SlickGrid
Find documentation and examples in [the wiki](https://github.com/mleibman/SlickGrid/wiki).
**UPDATE: March 5th, 2014 - I have too many things going on in my life right now to really give SlickGrid support and development the time and attention it deserves. I am not stopping it, but I will most likely be unresponsive for some time. Sorry.**
**UPDATE: This repo hasn't been updated in a while. https://github.com/6pac/SlickGrid/wiki seems to be the most active fork at the moment.**
## 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](http://stackoverflow.com/a/2569488/1269037)