-
Notifications
You must be signed in to change notification settings - Fork 317
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
Nested models #86
Comments
You mean in a table? I think that's not yet supported. |
yes, in a table, my data has nested objects. |
I think we could support that by using something like This way the backend can define any nested path to the data in the backend (e.g. Not sure if performance might be an issue here as we would do this for every cell. Though, I would assume that Would be happy to contribute a PR for this if you agree |
One work-around could be to create a custom TeamRow model with non-nested fields that you want to display. |
@hillstub Could you maybe provide a sample code? I am currently facing the same problem. |
I have a model like this (code below), how do I access for instance the name in TeamModel ?
This does not work:
The text was updated successfully, but these errors were encountered: