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
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
holoviz/panel#1525
holoviz/panel#1690
The text was updated successfully, but these errors were encountered: