You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#24532
0 commit comments