Tabulator Widget added
The Tabulator
widget is an awesome table for showing, editing and streaming data. Checkout tabulator.info for inspiration.
Please note that this is experimental. I believe it will already work great for a lot a use cases on the server. It does not yet work in the notebook though. And I believe the api and implementation should be made more robust and reusable. There are a lot of awesome data grids and pivot analyzers out there that would be simple to wrap using the code I’ve created.
If any one (including @philippjfr) would like to add it to Panel via a PR feel free to do so. I think it could be an important addition. For now I will use it, learn and improve it from the awesome-panel-extensions
package.
Use it via from awesome_panel_extensions.widgets.tabulator import Tabulator
.