-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Update AutoUi on schema change #192
Labels
enhancement
New feature or request
Comments
this will be possible following the next update |
reviewing this again... I'm not 100% sure it is possible... ipyautoui/src/ipyautoui/watch_validate.py Lines 133 to 168 in 3421b2e
probs need to extract them out and make a tr.observe event to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
To make it possible for an AutoUi object to update based on a new schema passed.
Expected Behaviour
Create AutoUi object.
Displays this UI object.
Then setting schema
Would display this on the same UI object.
Use Case
My use case for this is when using EditGrid: the value and schema can be set in the object, which updates the DataGrid, but the AutoUi object doesn't update leading to a mismatch between the columns (or rows) shown in the DataGrid and the fields in the AutoUi object. The only way this can be done is by re-instantiating the whole EditGrid object. It would be great to have an AutoUi schema setter that updates AutoUi object.
The text was updated successfully, but these errors were encountered: