Added automatic relation mapping
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
@using HopFrame.Web.Components.Pages
|
||||
|
||||
<FluentDialogBody Style="overflow-x: auto">
|
||||
<HopFrameTablePage DisplayActions="false" DisplaySelection="true" TableName="@Content.SourceTable.PropertyName" PerPage="15" DialogData="Content" />
|
||||
<HopFrameTablePage DisplayActions="false" DisplaySelection="true" TableDisplayName="@Content.SourceTable.DisplayName" PerPage="15" DialogData="Content" />
|
||||
</FluentDialogBody>
|
||||
|
||||
@code {
|
||||
|
||||
Reference in New Issue
Block a user