Since panel widgets are just bokeh widgets under-the-hood, it seems like it should be possible to support them (an obvious big win for this support would be the Tabulator widget)
We can get most of the way there with the code below, but it's still not clear to me how to properly load Tabulator JS/CSS assets (this is most likely a problem for any bokeh widget "extension" that loads 3rd party JS/CSS).
Here are some relevant threads/PRs that may help with the JS errors that this example generates
Since panel widgets are just bokeh widgets under-the-hood, it seems like it should be possible to support them (an obvious big win for this support would be the Tabulator widget)
We can get most of the way there with the code below, but it's still not clear to me how to properly load Tabulator JS/CSS assets (this is most likely a problem for any bokeh widget "extension" that loads 3rd party JS/CSS).
Here are some relevant threads/PRs that may help with the JS errors that this example generates
https://github.com/holoviz/panel/issues/1525 https://github.com/holoviz/panel/pull/1690