You can have data from the other table (referring to the foreign key in the sql model) downloaded into the proxy model and simply "implement" the relation yourself - return data from the other table according to the id taken from the source model.
You can have data from the other table (referring to the foreign key in the sql model) downloaded into the proxy model and simply "implement" the relation yourself - return data from the other table according to the id taken from the source model.
Bookmarks