maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
38 stars 5 forks source link

🐛 Resolve context menu positioning bug & backend `_data` issue #318

Closed jgunstone closed 1 month ago

jgunstone commented 1 month ago

fixes the mis-aligned context menu bug in ipydatagrid 🚀 at the same time as this ^ fix ipydatagrid made the backend _data value a dataframe rather than a list of dicts - so this PR chases throught that change also