Closed jgunstone closed 1 year ago
Thanks! Do you see an error in the JavaScript console?
using a fresh env
mamba create -n dg-jlab4 jupyterlab>=4 ipydatagrid pandas
So it looks like ipydatagrid uses this createCellConfigObject
function that is private API from Lumino, this function may have been renamed or removed in Lumino 2, resulting in it not working for JupyterLab 4.
It looks like this function stopped being exported in https://github.com/jupyterlab/lumino/commit/f4feada592291af9e1e3e22313969cbcd724fffd
A bit of a shame that it was introduced in the first place as a private function . . .
Agreed, thanks a lot for pushing PRs for this!
Describe the bug following update to Jupyterlab==4 selection in datagrid not working
To Reproduce
Expected behavior clicking a row will select that row
Screenshots
can't select row
Environment (please complete the following information):