AshReports.Group (ash_reports v0.1.0)
Represents a grouping level for report data.
Groups define how data should be organized hierarchically in the report, with support for multi-level grouping.
Summary
Functions
Compares two values according to the group's sort order.
Creates a new Group struct with the given name and options.
Types
@type t() :: %AshReports.Group{ expression: Ash.Expr.t(), level: pos_integer(), name: atom(), sort: :asc | :desc }