itables (datatables.net) in marimo #3192
Replies: 2 comments 2 replies
-
@liquidcarbon In what way are they more performant? Or rather, in what areas could the performance of marimo's native tables be improved? |
Beta Was this translation helpful? Give feedback.
-
Thank you @liquidcarbon for pointing out at Marimo and for your kind words on ITables! I see that the ITable widget from ITables v2.2.4 works in Marimo to some extend - give a try to the below:
I have not tested it thoroughly yet but I suspect already that some additional work will be required to have the widget work properly in Marimo. In a quick test I have seen the following problems:
Maybe the Marimo developers will have some documentation I can look at re how to best integrate a widget in this ecosystem? |
Beta Was this translation helpful? Give feedback.
-
I've long been a fan of jQuery-based DataTables.net and their pythonic wrapper itables.
They're extremely powerful and flexible and are significantly more performant compared to the tables offered in marimo.
I was not able to get them to render them inside Marimo directly, but you they can work in an iframe.
The iframe can also be pointed at another FastAPI endpoint serving such table in a mounted app scenario.
Was not able to make it work via
iframe srcdoc
.Just going to leave this here in case others have feelings about these tables.
Beta Was this translation helpful? Give feedback.
All reactions