You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there is a way to list all the models that have been created? I am thinking of a list table feature that I have used in relational databases. If not, what would be the recommended approach? Create a meta model that keeps track of created models?
thanks,
-jv
The text was updated successfully, but these errors were encountered:
What I have seen ppl do is add them as a property of an super object. Something like app.models.[all model objects] I am not sure if there is some way to pull the objects by type out of JS. You could also just keep a list when the models are created too.
I was wondering if there is a way to list all the models that have been created? I am thinking of a list table feature that I have used in relational databases. If not, what would be the recommended approach? Create a meta model that keeps track of created models?
thanks,
-jv
The text was updated successfully, but these errors were encountered: