
Table table
Applicable to application scenarios where parent and child tables are submitted together
Set IsTracking
with Items
without setting OnSaveAsync
and other callback methods
Demo
The prompt information of the Save Delete button can be turned off by setting ShowToastAfterSaveOrDeleteModel='false'
All data editing in this mode edits the original data and updates the data source through bind-Items
, so no Cancel button is provided
@page "/tables/tracking"
@inject IStringLocalizer<TablesTracking> Localizer
<h3>@Localizer["TablesTrackingTitle"]</h3>
<h4>@Localizer["TablesTrackingDescription"]</h4>
<DemoBlock Title="@Localizer["TablesTrackingNormalTitle"]"
Introduction="@Localizer["TablesTrackingNormalIntro"]"
Name="Normal"
Demo="typeof(Demos.Table.TablesTracking.TablesTrackingNormal)">
<p>@((MarkupString)Localizer["TablesTrackingNormaltips1"].Value)</p>
<p>@((MarkupString)Localizer["TablesTrackingNormaltips2"].Value)</p>
</DemoBlock>
Error: Response status code does not indicate success: 404 (Not Found).