Added n -> m relation support
This commit is contained in:
@@ -5,7 +5,13 @@
|
||||
@using HopFrame.Web.Components.Pages
|
||||
|
||||
<FluentDialogBody Style="overflow-x: auto">
|
||||
<HopFrameTablePage DisplayActions="false" DisplaySelection="true" TableDisplayName="@Content.SourceTable.DisplayName" PerPage="15" DialogData="Content" />
|
||||
<HopFrameTablePage
|
||||
DisplayActions="false"
|
||||
DisplaySelection="true"
|
||||
TableDisplayName="@Content.SourceTable.DisplayName"
|
||||
PerPage="15"
|
||||
DialogData="Content"
|
||||
SelectionMode="@(Content.AllowMultiple ? DataGridSelectMode.Multiple : DataGridSelectMode.Single)"/>
|
||||
</FluentDialogBody>
|
||||
|
||||
@code {
|
||||
|
||||
Reference in New Issue
Block a user