forked from JLynch7/SlickGrid
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mleibman#482 from oortcloud/master
Create README, delete .DS_Store and .gitignore it
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.gitk* | ||
.idea/* | ||
.idea/* | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Welcome to SlickGrid | ||
|
||
For now, please check out [the wiki](/mleibman/SlickGrid/wiki). | ||
|
||
## 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) |