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 DataTable.update_cell not updating cell immediately #3551

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

darrenburns
Copy link
Member

@darrenburns darrenburns commented Oct 17, 2023

Fixes #3533

This clear_cache call was removed in the recent "auto height" PR, which resulted in the regression mentioned in #3533.

Please review the following checklist.

  • Docstrings on all new or modified functions / classes
  • Updated documentation
  • Updated CHANGELOG.md (where appropriate)

@darrenburns darrenburns marked this pull request as ready for review October 17, 2023 14:56
@darrenburns darrenburns force-pushed the datatable-update-cell-fix branch from 23b9ac6 to 4b5556c Compare October 17, 2023 15:18
@darrenburns darrenburns merged commit d5456ad into main Oct 17, 2023
43 checks passed
@darrenburns darrenburns deleted the datatable-update-cell-fix branch October 17, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataTable render_line redraw bug when using update_cell() method
2 participants