# SlickGrid **Repository Path**: mirrors_defunctzombie/SlickGrid ## Basic Information - **Project Name**: SlickGrid - **Description**: A lightning fast JavaScript grid/spreadsheet - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slickgrid For now, please check out [the wiki](https://github.com/mleibman/SlickGrid/wiki). ## require notes Unlike typical modules you cannot ```require('slickgrid')``` directly. You should require the specific submodules you need. ```js var SlickGrid = require('slickgrid/grid'); var SlickData = require('slickgrid/dataview'); ``` ## install ``` npm install slickgrid ``` Use with [browserify](http://browserify.org) ## 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)