-
Notifications
You must be signed in to change notification settings - Fork 156
Labels
🧰 feature-request✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: generalgrid: summaries
Description
Is your feature request related to a problem? Please describe.
I want to create a custom summaryOperand with an option to apply a filter of the values. the filter should only affect the summary of a specific summary result.
See https://stackblitz.com/edit/angular-m5qtcr
The usecase would be to show two sum values for UnitsInStock. One is the total of all records and one is the total of all discontinued articles.
Describe the solution you'd like
Extend the IgxSummaryOperand.operate method to allow access to the underlying rowData so a complex custom summary can be applied individually.
Describe alternatives you've considered
None
Additional context
Metadata
Metadata
Assignees
Labels
🧰 feature-request✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: generalgrid: summaries