You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught RangeError: Maximum call stack size exceeded
at IgxGrouping.groupDataRecursive (infragistics-igniteui-angular.mjs:876:30)
at IgxGrouping.groupBy (infragistics-igniteui-angular.mjs:993:31)
at DataUtil.group (infragistics-igniteui-angular.mjs:1099:25)
at IgxGridGroupingPipe.transform (infragistics-igniteui-angular.mjs:68421:31)
at pureFunctionVInternal (core.mjs:28109:66)
at Module.ɵɵpipeBindV (core.mjs:28328:9)
at IgxGridComponent_Template (infragistics-igniteui-angular.mjs:55:103)
at executeTemplate (core.mjs:10766:9)
at refreshView (core.mjs:12336:13)
at detectChangesInView$1 (core.mjs:12560:9)
Expected result
Grouping should be applied successfully without causing a stack overflow
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered:
Description
I am trying to group-by one of the columns in my grid with a little over 1 million rows, and the grouping fails with a stack overflow:
Steps to reproduce
Result
Expected result
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered: