You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Panel versions higher than 1.5.2 (currently this affects 1.5.3 and 1.5.4)
Description of expected behavior and the observed behavior
After panel serve example.py --autoreload you will see that the frozen column is not really frozen and moves out of the frame after passing column no. 5. Also these last columns look different from a visual perspective. I suspected an issue with the VirtualDome of Tabulator and tried to disable it using e.g. configuration={“renderHorizontal”: “basic”} but it did not work. The only fix I found was to downgrade the panel version to 1.5.2 via conda.
The issue is a follow-up of the holviz discourse thread found here: https://discourse.holoviz.org/t/getting-tabulator-to-display-all-columns/8394
Minimal, self-contained example code that reproduces the issue
Software version info
Panel versions higher than 1.5.2 (currently this affects 1.5.3 and 1.5.4)
Description of expected behavior and the observed behavior
After
panel serve example.py --autoreload
you will see that the frozen column is not really frozen and moves out of the frame after passing column no. 5. Also these last columns look different from a visual perspective. I suspected an issue with the VirtualDome of Tabulator and tried to disable it using e.g.configuration={“renderHorizontal”: “basic”}
but it did not work. The only fix I found was to downgrade the panel version to 1.5.2 via conda.The issue is a follow-up of the holviz discourse thread found here: https://discourse.holoviz.org/t/getting-tabulator-to-display-all-columns/8394
Minimal, self-contained example code that reproduces the issue
The text was updated successfully, but these errors were encountered: