-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Describe the bug
following update to Jupyterlab==4 selection in datagrid not working
To Reproduce
from ipydatagrid import DataGrid
import pandas as pd
df = pd.DataFrame({"a": [1,2], "b": [3,4]})
DataGrid(df, layout=dict(height="100px"), column_widths={"a": 80}, selection_mode="row")
# clicking on a row doesn't select it
Expected behavior
clicking a row will select that row
Screenshots
Environment (please complete the following information):
Metadata
Metadata
Assignees
Labels
No labels