Get help from the marimo community

Updated 4 weeks ago

Can I make table that's output not input? Or hide the checkboxes column?

At a glance

A community member is new to marimo and is using mo.ui.table to display data, but they don't need the checkboxes on the left that allow for selecting elements. Another community member provides the answer that they can disable the selection feature by using mo.ui.table(data, selection=None). The original poster acknowledges their mistake and thanks the other community member for the help.

Hi, new to marimo and obsessed!

mo.ui.table is giving me a lot of flexibility for displaying my data but for my purpose I just want to use the table as an output so I don't need the checkboxes on the left that allow for selecting elements.

Is there a way I can implement this?
Marked as solution
mo.ui.table(data, selection=None) You can disable it this way. Can refer here for more info
View full solution
S
S
2 comments
mo.ui.table(data, selection=None) You can disable it this way. Can refer here for more info
what?!

omg. so embarrassed. late night failure to read the docs. thank you so much!
Add a reply
Sign up and join the conversation on Discord