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

Add Features from cwohlman fork #282

Open
wants to merge 68 commits into
base: master
Choose a base branch
from

Conversation

cwohlman
Copy link
Contributor

On my fork I've added numerous features to the kogrid:

  • Added grouped rows and aggregation
  • Add a footer row which will show totals for each column
  • Improve the naming of the group column
  • Support for sorting grouped grids
  • Create Expand/Collapse-all buttons
  • Improve speed of grouped grid, esp when expanding and collapsing rows
  • Add an amd module output to the build process
  • Add cell selection and improve row selection

To see the grid in action please see the example page

I'd like to see these features available to everyone else using the kogrid.

cwohlman added 30 commits June 7, 2013 17:19
…s were being imported but not being cleaned to prevent invalid index numbers.
Commits:
* Fix a bug in how koGrid shows and hides the lowest level in the grid

* Fix a bug in my implementation of show all rows.

* Fix to way grid lowest level was expanded - old implementation resulted in only first row being expand/collapsed

https://app.asana.com/0/3708490240227/7080763879091
…ows that no longer exist after changing the grouping of the grid.
it failed to unwrap the groupIndex property of a column
…d selected) state of aggregate rows."

This reverts commit 576892d.
… of aggregate rows."

Stabilize grid and improve performance of aggregate expand/collapse.

This reverts commit 576892d.
… row selection properties after a data refresh.
…based on the collapsed state of their parent aggregate.
… bug in sortService.js (makes invalid assumptions about grid data, calls string methods on null values)
…ion to return a string (not a toString function), fix pricesheets to ignore empty pricesheet tables (table with empty fld1)
Add a description of changes made in this fork.
Add a link to my ghpages example page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant