Open wcstrache opened 1 week ago
This issue has been mentioned on HoloViz Discourse. There might be relevant details there:
https://discourse.holoviz.org/t/getting-tabulator-to-display-all-columns/8394/4
Sounds like a regression caused by upgrading to Tabulator 6.3.0. Will investigate.
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/8394Minimal, self-contained example code that reproduces the issue