maxfordham / ipyautoui

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

Autogrid records issue #128

Closed ollyhensby closed 1 year ago

ollyhensby commented 1 year ago

🐛 Updated records AutoGrid method to return correct data after reordering of indexes. ✅ 3 new tests added to check records AutoGrid method, and that a strict subset of indexes can be passed to the AutoGrid order traitlet i.e. ("floater",) can be passed to AutoGrid's order where the grid has 2 indexes: "floater", and "string".