Skip to content

Conversation

jullierme
Copy link
Contributor

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

@jullierme jullierme requested a review from a team as a code owner July 9, 2024 00:31
@jullierme jullierme requested review from andrewseguin and crisbeto and removed request for a team July 9, 2024 00:31
@angular-robot angular-robot bot added the detected: feature PR contains a feature commit label Jul 9, 2024
@jullierme jullierme force-pushed the add-footer-cell-to-text-column branch 2 times, most recently from d14ff92 to 36fa0ab Compare September 10, 2024 12:57
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 jullierme force-pushed the add-footer-cell-to-text-column branch from 36fa0ab to 61169f4 Compare September 10, 2024 13:07
@jullierme
Copy link
Contributor Author

@crisbeto this one is also green now.

@amysorto amysorto assigned amysorto and unassigned amysorto Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

detected: feature PR contains a feature commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(cdk/table): add footer-cell to text-column

2 participants