Skip to content

Conversation

eliganemtyler
Copy link
Contributor

@eliganemtyler eliganemtyler commented May 28, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: Y
  • Docs have been added/updated: Y
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? [table] forge-table-body-rendered event #918

Describe the new behavior?

Adds a forge-table-before-body-rendered event to the table that dispatches immediately before the table body renders.

Additional information

Related to this PR: #919

The forge-table-body-rendered event does work as intended and enables some dynamic component management strategies, but I realized this forge-table-before-body-rendered hook is actually what would enable the strategies I was imagining most developers would want to use -- on render, operating on a cache of existing component refs, and then having the TableTemplateBuilder repopulate the cache with the new refs.

@eliganemtyler eliganemtyler requested a review from a team as a code owner May 28, 2025 17:17
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot added the minor Increment the minor version when merged label May 28, 2025
@eliganemtyler eliganemtyler changed the title Feat/table before render Feat/table before render event May 28, 2025
@DRiFTy17 DRiFTy17 added the skip-release Preserve the current version when merged label May 28, 2025
@DRiFTy17 DRiFTy17 merged commit dd20641 into tyler-technologies-oss:main May 28, 2025
10 checks passed
Copy link
Contributor

github-actions bot commented Jun 9, 2025

🚀 PR was released in v3.9.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged released This issue/pull request has been released. skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants