Skip to content

Conversation

@DonkeyCo
Copy link
Contributor

With PR #10949, invalidation is fixed. This uncovers an issue in TableGrowing (type: Scroll), where the growing button is not rendered.
This is due to the fact, that during initial rendering the table tries to figure out whether the table exceeds the scrollport, but this is not possible yet, as the feature is not active yet.

Forcing an invalidation of growing activation solves this issue.

@DonkeyCo DonkeyCo requested a review from aborjinik February 26, 2025 08:13
Comment on lines +150 to +152
if (this.type === TableGrowingMode.Scroll && !this._table) {
this._invalidateTable();
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am a little confused Duc.

If this._table is not yet set how this._invalidateTable();is going to work? I guess these lines does nothing but then how tests are covering this?

you might probably set this._table in line 151 but can we somehow let the lines 168-170 handle this?

@github-actions github-actions bot added the Stale label Mar 22, 2025
@github-actions github-actions bot closed this Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants