Hello there, sorry if this is something very obvious but I am very new in the programming world. I am having issues when combining long column names in my dataframe with the Tabulator widget (panel version 1.5.3, installed via conda). Here is the minimal working example:
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 #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 whatever I tried nothing worked. There was a similar issue in 2022 but it was reported as solved (Only part of the Tabulator widget displayed after an update · Issue #3695 · holoviz/panel · GitHub) that’s why I did not dare to open an issue in GitHub. Can somebody help me perhaps? Thanks a lot!