plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
419 stars 74 forks source link

Virtualized cells not displayed after hot-reloading #741

Open chriddyp opened 4 years ago

chriddyp commented 4 years ago

This is hard for me to reproduce, but I'm seeing that the dash-table virutalization cells aren't always displayed when working locally in the docs. Here's a screenshot:

image

Doing a hard reload will fix the issue sometimes.

chriddyp commented 4 years ago

cc @Marc-Andre-Rivet

chriddyp commented 4 years ago

To reproduce:

  1. Run the dash docs in Firefox

  2. Open up http://localhost:8060/datatable/virtualization image

  3. Make some changes to your code so that a hot-reload is triggered

  4. Notice how the table might not render image

  5. Do a hard-reload (cmd-shift-r) and notice how it appears image