Testing out interest in integrating my dataframe display library built around ag-grid #4823
Replies: 1 comment
-
Hi @paddymul, Thanks for sharing Buckaroo and showing how it might connect with NiceGUI. First impressionBuckaroo’s data-grid features look interesting and could add functionality that some users have asked for in the past, but we haven’t yet evaluated it in depth. Next stepsOur bandwidth is limited right now, so the best way forward would be a small proof-of-concept led by you or other community members. Ideally it would:
If such a demo appears, we can review it and decide together whether Buckaroo should remain an external plugin ( Community members: if this integration would help your projects, please upvote, add a 👍 or share your use-case—those signals will help us prioritise. Thanks again for the proposal, and looking forward to any prototypes the community puts together! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I built Buckaroo to become the default method of DataFrames in Notebooks. It is built around ag-grid. I'm looking to promote and distribute my project and see if we could collaborate.
Buckaroo has two parts, the widget which works in notebooks, and a framework for building table display apps. I think you'd be interested in the table display framework. The interactive parts of buckaroo (everything attached to the status bar above the main table) probably aren't a fit for nicegui.
Check out this interactive styling gallery which shows how buckaroo can be configured with different display options. That's a WASM notebook so it takes a little bit to load.
Buckaroo makes it easy to configure ag-grid tables with the following features:
Why Buckaroo might not be a fit for nicegui users:
What would need to be built to integrate into nicegui:
nicegui/nicegui/elements/table.py
Line 29 in 947772d
What do you all think?
Beta Was this translation helpful? Give feedback.
All reactions