marimo
marimo copied to clipboard
Table row selection in fullscreen mode
Describe the bug
Currently in the fullscreen mode of a cell, rows can't be selected in mo.ui.table
Environment
{
"marimo": "0.7.17",
"OS": "Darwin",
"OS Version": "22.3.0",
"Processor": "arm",
"Python Version": "3.12.4",
"Binaries": {
"Browser": "--",
"Node": "v22.4.1"
},
"Requirements": {
"click": "8.1.7",
"importlib-resources": "missing",
"jedi": "0.19.1",
"markdown": "3.6",
"pymdown-extensions": "10.9",
"pygments": "2.18.0",
"tomlkit": "0.13.0",
"uvicorn": "0.30.5",
"starlette": "0.38.2",
"websockets": "12.0",
"typing-extensions": "missing",
"ruff": "0.5.6"
}
}
Code to reproduce
import marimo as mo
from vega_datasets import data
mo.ui.table(data.cars())