nicegui-tabulator icon indicating copy to clipboard operation
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.

Results 4 nicegui-tabulator issues
Sort by recently updated
recently updated
newest added

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...

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...