Added relation picker dialog
This commit is contained in:
@@ -44,6 +44,10 @@ builder.Services.AddHopFrame(options => {
|
||||
context.Table<Post>()
|
||||
.Property(p => p.Id)
|
||||
.SetDisplayName("ID");
|
||||
|
||||
context.Table<Post>()
|
||||
.Property(p => p.Author)
|
||||
.IsRelation(true);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user