nicegui-tabulator
nicegui-tabulator copied to clipboard
This is a Python package that provides a simple way to create tables using the Tabulator library. It is built on top of the NiceGUI library.
It seems that only the table events in the initialy visible tab are triggered: ``` from nicegui import ui from nicegui_tabulator import tabulator tabledata = [ { "id": 1, "name":...
Per the documentation [here ](https://tabulator.info/docs/6.3/format#formatter-progress) there is the ability to pass a function for certain parameters of the column formatter but when I try passing something like: `{"title":"Example", "field" :...
Hello I have set up latest version i set ` use_theme('bootstrap4') ` and on each reload i have `"GET /tabulator_bootstrap4.min.css HTTP/1.1" 404` Can you help me For information , i...
use_theme fails during app.on_startup: “current slot cannot be determined” (no slot/client context)
Summary Calling nicegui_tabulator.use_theme(...) inside a NiceGUI app.on_startup handler raises a RuntimeError: “The current slot cannot be determined because the slot stack for this task is empty.” This appears to happen...