Skip to content

Make Custom Grid summaries able to read more than column data #6214

Closed
@VirtualisProject

Description

@VirtualisProject

Is your feature request related to a problem? Please describe.

I'm currently working on implementing a grid summaries for my igx-grid. This grid in particular grid have the following columns:

  • Total units
  • First pass count (how many of the total units that passed the test in the first run)
  • Yield (percentage value of passed units)

I want to have a summary for average yield, but I cannot simply take the average of the 'Yield' columb for the summary, because the 'Average yield' is determined by the number to total units / first pass count.

Therefore, i as a developer, i would like to be able to send in input parameters to custom grid summary's, so that i can make sure that IgxSummaryResult.summaryResult returns the correct value.

image

Describe the solution you'd like

Make grid summaries templateble in the Igx-column / igx-grid

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions