mirror of
https://github.com/dotnetcore/BootstrapBlazor.git
synced 2025-12-20 10:26:41 +08:00
!2728 fix(#I55E8Q): update table sample code of ShowDetails feature
* fix: 修复 table 详细表文档报错
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<TableColumns Context="Detail">
|
||||
<TableColumn @bind-Field="@Detail.Name" />
|
||||
<TableColumn @bind-Field="@Detail.DateTime" Width="180" />
|
||||
<TableColumn @bind-Field="@context.Complete" Width="70" />
|
||||
<TableColumn @bind-Field="@Detail.Complete" Width="70" />
|
||||
</TableColumns>
|
||||
</Table>
|
||||
</DetailRowTemplate>
|
||||
|
||||
Reference in New Issue
Block a user