Philipp Rudiger
Philipp Rudiger
Partially implemented in https://github.com/holoviz/panel/pull/5430
Doing so would unfortunately be **very** expensive.
I'd suggest we add the row `index` to the events to distinguish and then improve the documentation to be very clear that the `.selection` and the event `row` values are...
Also let's make sure we add nicer docstrings to the `CellClickEvent` and `TableEditEvent`.
This is probably not unexpected and I was planning on making a final decision around this. Currently the pyodide target simply installs all packages at once, while the pyodide-worker target...
If we want this feature we should file a feature request with bokeh.
Thanks for the kind words and clear bug report @Alcampopiano! I'm not yet sure how easy this will be to resolve but I'll look into it.
This has been fixed for JupyterLab at least, for VSCode this appears to be the same issue as https://github.com/holoviz/panel/issues/6915 For the time being I can only suggest following their instruction...
Agree with @Hoxbro, the underlying Tabulator library does not have any primitives associated with multiple sheets and it's not clear what the datastructure should be. It's also pretty straightforward to...
Indeed, the default `pyodide` target is nice and simple since you can just share the resulting HTML but if you care about performance then you should use `pyodide-worker` instead. This...