Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested Grouping (multiple column grouping) - Fully Working #522

Closed
wants to merge 15 commits into from
Closed
Prev Previous commit
Next Next commit
Update README-NestedGrouping.md
  • Loading branch information
ghiscoding committed Dec 22, 2012
commit f5b90154605dbfa5ada24a17d2e96ba7e2f92072
10 changes: 7 additions & 3 deletions README-NestedGrouping.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Author: Ghislain B.
Author: Ghislain B.

Notes: Please note that this project fork is in very early stage!!!
Any help would be appreciated, this is a feature which we all want...


What do we want to achieve?
- A functional SlickGrid with nested grouping (multiple columns grouping).

What is working?
- I got it partly working with 2 levels though it only works on the first page load.
- Structure chosen seems good (arguments in array style similar to jqGrid), though enhancement/proposal are also accepted.
- Structure chosen seems good (arguments passed in array style similar to jqGrid).
- I got it partly working with 2 levels though it only works on the first page load (choosing to different group and so on isn't working).
- Sub-totals are working but only on last level of groups (meaning the 2nd level sub-totals shows up, not the sub-total of the parent though)


What is NOT working?
- Expanding/Collapsing isn't working yet, though I am actually investigating how to do it.
Expand Down