Skip to content

Commit 6e69988

Browse files
authored
doc(TableExport): update export support lookup async sample code (#5178)
* doc: 增加外键异步导出示例 * chore: 更新依赖包
1 parent d52dda0 commit 6e69988

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<PackageReference Include="BootstrapBlazor.Splitting" Version="9.0.1" />
6161
<PackageReference Include="BootstrapBlazor.SvgEditor" Version="9.0.2" />
6262
<PackageReference Include="BootstrapBlazor.SummerNote" Version="9.0.2" />
63-
<PackageReference Include="BootstrapBlazor.TableExport" Version="9.1.0" />
63+
<PackageReference Include="BootstrapBlazor.TableExport" Version="9.1.1" />
6464
<PackageReference Include="BootstrapBlazor.Topology" Version="9.0.0" />
6565
<PackageReference Include="BootstrapBlazor.VideoPlayer" Version="9.0.2" />
6666
<PackageReference Include="BootstrapBlazor.WinBox" Version="9.0.7" />

src/BootstrapBlazor.Server/Components/Samples/Table/TablesExport.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<TableColumn @bind-Field="@context.Name" Width="100" />
6363
<TableColumn @bind-Field="@context.Address" />
6464
<TableColumn @bind-Field="@context.Count" />
65+
<TableColumn @bind-Field="@context.Complete" LookupServiceKey="Foo.Complete" />
6566
</TableColumns>
6667
</Table>
6768
</DemoBlock>

0 commit comments

Comments
 (0)