!3578 doc(#I64A1F): update document for TableExport remove js

* chore: 更新资源文件
* doc: 移除 JS 文档
* doc: 移除导出 js 脚本
This commit is contained in:
Argo 2022-12-02 04:02:18 +00:00
parent 54bd2f22b9
commit 6cf735da98
4 changed files with 0 additions and 7 deletions

View File

@ -52,7 +52,6 @@
<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js" asp-append-version="true"></script>
</environment>
<script src="_content/BootstrapBlazor.Chart/js/bootstrap.blazor.chart.bundle.min.js" asp-append-version="true"></script>
<script src="_content/BootstrapBlazor.TableExport/js/export.min.js" asp-append-version="true"></script>
<script src="_framework/blazor.server.js" asp-append-version="true"></script>
<environment include="Staging,Production">
<script type="text/javascript" src="https://cdn.wwads.cn/js/makemoney.js"></script>

View File

@ -4938,7 +4938,6 @@
"P7": "inject service",
"P8": "Add BootstrapBlazor component",
"P9": "Add Table Excel export service",
"P10": "js file",
"P11": "Table export function",
"P12": "Whether to display the export button by setting the <code>ShowExportButton</code> property, the default is <code>false</code>",
"P13": "Custom export method",

View File

@ -4942,7 +4942,6 @@
"P7": "注入服务",
"P8": "增加 BootstrapBlazor 组件",
"P9": "增加 Table Excel 导出服务",
"P10": "JS 文件",
"P11": "表格导出功能",
"P12": "通过设置 <code>ShowExportButton</code> 属性是否显示导出按钮,默认为<code>false</code>",
"P13": "自定义导出方法",

View File

@ -34,10 +34,6 @@
services.AddBootstrapBlazorTableExcelExport();
}</Pre>
<h4>@Localizer["P10"]</h4>
<Pre>&lt;script src="_content/BootstrapBlazor.TableExport/js/export.min.js"&gt;&lt;/script&gt;</Pre>
<DemoBlock Title="@Localizer["P11"]" Introduction="@Localizer["P12"]" Name="ShowExportButton">
<Table TItem="Foo"
IsPagination="true" PageItemsSource="@PageItemsSource"