Best way for using Tabulator v6

Hello,

What would be a good way for using panel with Tabulator v6 ? The current Tabulator widget uses v5.5.

Thank you very much

1 Like

Hi @soluble

Welcome to the community.

You might be able to upgrade the version in the tabulator.py file panel/panel/models/tabulator.py at 2a35d9c3e96385abf4faf0870fe6ef92637875db · holoviz/panel · GitHub.

The easiest would probably be to contribute an upgrade to Panel in a PR.

The latest version of Panel (1.7.5) uses Tabulator JS 6.3.1, see panel/panel/models/tabulator.py at 2a7b50c78773947d785ee58a3f6f4764ddc5e025 · holoviz/panel · GitHub which is the latest version available (Releases · olifolkerd/tabulator · GitHub).