Sheet widget - Table with edit mode
I would like the user to be able to see a Table input object, but also to be able to change some of its value (like an Excel Sheet) with the requirements that some cells of the sheet should be locked.
My understanding is that we can't do it with the table UI element (there is a onchange method but I am not sure if it is for this purpose?), I found ipyaggrid, itables, and maybe there are some polars widget to do it. Before investigating further, I was wondering if anything was tried and what would be the best practice from a marimo perspective? Thanks
1 Reply
We have nothing built-in. Those other libraries sound like they may help - let us know how they work and if they need some additional compatibility with marimo