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