Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GroupingGetterFunction should be allowed to return arbitrary value
Underlying slickgrid logic only takes into account equality between values returned for grouping individial rows. Getter thus does not need to return `string` but might return arbitrary value (e.g. string, number, Date).
- Loading branch information