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

Fix(grouping) change group comparison to use sortingAlgorithm #3656

Merged
merged 1 commit into from
Jun 1, 2015

Conversation

AgDude
Copy link
Contributor

@AgDude AgDude commented Jun 1, 2015

Change the grouping processor to use the sortingAlgorithm for each column,
instead of strict equality for determining group membership.

Change implementation of aggregationFinalizerFn on grouped columns to support
customTreeAggregationFinalizerFn.

Never show counts for date columns, since they will almost always have a
cellFilter applied and changing the data type to a string will break that.

Fixes #3629

Change the grouping processor to use the sortingAlgorithm for each column,
instead of strict equality for determining group membership.

Change implementation of aggregationFinalizerFn on grouped rows to support
customTreeAggregationFinalizerFn on grouped columns.

Never show counts for date columns, since they will almost always have a
cellFilter applied and changing the data type to a string will break that.

Fixes angular-ui#3629
AgDude added a commit that referenced this pull request Jun 1, 2015
Fix(grouping) change group comparison to use sortingAlgorithm
@AgDude AgDude merged commit 58bd0eb into angular-ui:master Jun 1, 2015
@c0bra c0bra removed the in progress label Jun 1, 2015
AgDude added a commit to AgDude/ui-grid that referenced this pull request Jun 12, 2015
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.

Grouping: Strange behavior when grouping by date.
2 participants