holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.81k stars 521 forks source link

Tabulator sometimes renders with invisible rows #6932

Open techanfa opened 5 months ago

techanfa commented 5 months ago

ALL software version info

panel==1.4.4

Description of expected behavior and the observed behavior

Tabulator looks like this:

image

but should look like this:

image

Complete, minimal, self-contained example code that reproduces the issue

Unfortunately, don't have a minimum reproducible example. This seems to be a race condition, but I'm hopefull that the error message provided by tabulator is sufficient for a bug fix.

philippjfr commented 3 months ago

Without a reproducer it will be extremely hard to confirm if any fix we apply actually addresses the issue.