Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cdk/table): add optional footer to cdk-text-column #29399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. feat(cdk/table): add optional footer to cdk-text-column/mat-text-column

    Added two new inputs to CdkTextColumn:
    `footerText` (string) and `footerTextTransform` (function), automatically
    inherited by MatTextColumn.
    
    If the table does not define a footer, the column footer will be ignored.
    
    Additionally, TextColumnOptions includes a new default function called
    `defaultFooterTextTransform`, used when neither `footerTextTransform` nor
    `footerText` are provided.
    
    Fixes angular#24532
    jullierme committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    61169f4 View commit details
    Browse the repository at this point in the history