Skip to content

Commit

Permalink
Sorting strategy merge 6.2.x (#2998)
Browse files Browse the repository at this point in the history
* feat(grid sorting): Merging the new sorting strategy into 6.2.x #2734

* chore(*): Adding missing imports to grid-selection tests

* chore(*): More test import fixes

* chore(*): Applying the groupby changes with the new sorting strategy

* chore(*): Resolving the column moving test issue

* chore(*): This should be it with the test fixes

* chore(*): Removing the fdescribe
  • Loading branch information
kdinev authored and rkaraivanov committed Nov 13, 2018
1 parent 44e0538 commit 3597d0d
Show file tree
Hide file tree
Showing 62 changed files with 795 additions and 1,216 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ When you focus a specific cell and press one of the following key combinations,

### General

- `sortStrategy` input exposed to provide custom sort strategy for the `IgxColumnComponent`. The custom strategy should implement the `ISortingStrategy` interface, or can extend the base `SortingStrategy` class and override all or some of its public/protected members.
- `groupingComparer` input exposed to provide custom grouping compare function for the `IgxColumnComponent`. The function receives two values and should return `0` if they are to considered members of the same group.

### Bug fixes

- Fix sorting and groupby expression not syncing when there are already sorted columns. #2786
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion projects/igniteui-angular/src/lib/animations/main.js.map

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3597d0d

Please sign in to comment.