!897 docs(#I2DGI6): update table export javascript docs

* doc(#I2DGI6): Table 组件导出功能文档增加引用 js 文件说明
This commit is contained in:
一事冇诚
2021-01-15 15:54:26 +08:00
committed by Argo
parent 1daa39c907
commit 3e5f8b0132
2 changed files with 7 additions and 1 deletions

View File

@@ -37,6 +37,10 @@
services.AddBootstrapBlazorTableExcelExport();
}</Pre>
<h4>JS 文件</h4>
<Pre>&lt;script src="_content/BootstrapBlazor.TableExport/js/export.min.js"&gt;&lt;/script&gt;</Pre>
<Block Title="表格导出功能" Introduction="通过设置 <code>ShowExportButton</code> 属性是否显示导出按钮,默认为<code>false</code>" CodeFile="table.45.html">
<Table TItem="BindItem"
@@ -87,4 +91,4 @@
{
Version = await VersionManager.GetVersionAsync("bootstrapblazor.tableexport");
}
}
}

View File

@@ -405,6 +405,7 @@ namespace BootstrapBlazor.Shared.Shared
{
var it = new DemoMenuItem()
{
IsUpdate = true,
Text = "表格 Table"
};
@@ -482,6 +483,7 @@ namespace BootstrapBlazor.Shared.Shared
it.AddItem(new DemoMenuItem()
{
IsUpdate = true,
Text = "导出功能",
Url = "tables/export"
});