Skip to content

Have the ability to add Spreadsheet Headings #16920

@ricardosaracino

Description

@ricardosaracino

It would be great to have the ability to add Spreadsheet Headings to give the user supplemental information.

I achieved the below by wrapping all the columns in a column group so maybe you could reuse that internal logic somehow to add the spreadsheet headings (just an idea).

Image
  <igx-column-group header="{{ fundName }}">

    <igx-column-group header="{{ 'LABELS.' + data.currentReport.reportName | translate }}">

      <igx-column-group header="Start Date: 2012 - End Date: 2013">

        <igx-column [pinned]="true"  [hidden]="true" [resizable]="true" [sortable]="true" dataType="string" field="label"
                    header="{{ 'LABELS.CLASS' | translate }}" minWidth="220px">
        </igx-column>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions