UNPKG

ngx-t-reports

Version:

Angular module for creating dynamic reports and dashboards. Supports various data sources, custom templates, and real-time updates.

11 lines (10 loc) 268 B
export interface GroupSettingsModel { /** * Specifies the column names to group at initial rendering of the Grid. * You can also get the currently grouped columns. * * @default [] */ hiddenColumns?: string[]; columns?: string[]; }