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

fix(platform): reset table rows before new rows emitted #11058

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

N1XUS
Copy link
Contributor

@N1XUS N1XUS commented Dec 7, 2023

Related Issue(s)

closes #11057

Description

The issue was with late callback function call when data source changed. This fix calls cleanup of the table rows right when the data source is being set.

@N1XUS N1XUS added bug Something isn't working platform platform table labels Dec 7, 2023
@N1XUS N1XUS added this to the Sprint 127 milestone Dec 7, 2023
@N1XUS N1XUS requested a review from a team December 7, 2023 14:34
@N1XUS N1XUS self-assigned this Dec 7, 2023
libs/platform/table/table.component.ts Outdated Show resolved Hide resolved
Copy link

netlify bot commented Dec 7, 2023

Deploy Preview for fundamental-ngx ready!

Name Link
🔨 Latest commit 2a17344
🔍 Latest deploy log https://app.netlify.com/sites/fundamental-ngx/deploys/6571d91206caa80008dbbe7f
😎 Deploy Preview https://deploy-preview-11058--fundamental-ngx.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Dec 7, 2023

Visit the preview URL for this PR (updated for commit 2a17344):

https://fundamental-ngx-gh--pr11058-fix-11057-reset-tabl-sbgess2s.web.app

(expires Sun, 10 Dec 2023 14:44:53 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff

@N1XUS N1XUS force-pushed the fix/11057-reset-table-rows branch from df83a09 to 2a17344 Compare December 7, 2023 14:39
@N1XUS N1XUS merged commit 92a534b into main Dec 7, 2023
17 checks passed
@N1XUS N1XUS deleted the fix/11057-reset-table-rows branch December 7, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform platform table
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[P1][Sourcing][Regression] Table : Table is not rendering rows after updating datasource
2 participants