|
1 | | -## This is the 6pac slickgrid repo |
| 1 | +## This is the 6pac SlickGrid repo |
2 | 2 |
|
3 | | -I am maintaining this branch as a separate 'alternative master'. Check [my wiki](https://github.com/6pac/SlickGrid/wiki) for details. |
| 3 | +This is the acknowledged most active non-customised fork of SlickGrid. |
4 | 4 |
|
5 | | -Once we take on SlickGrid we all add [my patch for my specific app requirement]. This 'application noise' makes it much harder to share updates to SlickGrid with other users, who may want some of the changes, but find others irrelevant. |
| 5 | +This repo is deliberately **non-customised**. I have *only* kept jQuery up to date, made bug fixes where necessary and added small features carefully considered to enhance the overall usefulness of the grid. |
6 | 6 |
|
7 | | -This repo is deliberately **non-customised**. We have *only* kept jQuery up to date, made bug fixes where necessary and added small features carefully considered to enhance the overall usefulness of the grid. |
8 | | -Example pages showcase any new features. |
| 7 | +Check out the [Example Pages](https://github.com/6pac/SlickGrid/wiki/Examples) for examples demonstrating new features and use cases, such as dynamic grid creation and editors with third party controls. |
9 | 8 |
|
10 | | -The following, in short, are the changes made since forking from the main MLeibman branch, a significant number in response to issues or pull requests. |
| 9 | +Also check out my [wiki](https://github.com/6pac/SlickGrid/wiki). |
| 10 | + |
| 11 | +The following are the changes made since forking from the main MLeibman branch, a significant number in response to issues or pull requests. |
11 | 12 |
|
12 | 13 | **Maintenance:** |
13 | 14 |
|
@@ -44,31 +45,4 @@ The following, in short, are the changes made since forking from the main MLeibm |
44 | 45 | * Add example of dynamic tab and grid creation for basic grid |
45 | 46 | * Add example of dynamic tab and grid creation for grid with all the features of example-4-model |
46 | 47 |
|
47 | | -# Original mleibman README follows: |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
52 | | - |
53 | | -Find documentation and examples in [the wiki](https://github.com/mleibman/SlickGrid/wiki). |
54 | | - |
55 | | -# Welcome to SlickGrid |
56 | | - |
57 | | -## SlickGrid is an advanced JavaScript grid/spreadsheet component |
58 | | - |
59 | | -Some highlights: |
60 | | - |
61 | | -* Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness) |
62 | | -* Extremely fast rendering speed |
63 | | -* Supports jQuery UI Themes |
64 | | -* Background post-rendering for richer cells |
65 | | -* Configurable & customizable |
66 | | -* Full keyboard navigation |
67 | | -* Column resize/reorder/show/hide |
68 | | -* Column autosizing & force-fit |
69 | | -* Pluggable cell formatters & editors |
70 | | -* Support for editing and creating new rows. |
71 | | -* Grouping, filtering, custom aggregators, and more! |
72 | | -* Advanced detached & multi-field editors with undo/redo support. |
73 | | -* “GlobalEditorLock” to manage concurrent edits in cases where multiple Views on a page can edit the same data. |
74 | | -* Support for [millions of rows](http://stackoverflow.com/a/2569488/1269037) |
| 48 | +Original mleibman [wiki](https://github.com/mleibman/SlickGrid/wiki). |
0 commit comments