BootstrapBlazor.TableExport
10.0.1
Prefix Reserved
dotnet add package BootstrapBlazor.TableExport --version 10.0.1
NuGet\Install-Package BootstrapBlazor.TableExport -Version 10.0.1
<PackageReference Include="BootstrapBlazor.TableExport" Version="10.0.1" />
<PackageVersion Include="BootstrapBlazor.TableExport" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.TableExport" />
paket add BootstrapBlazor.TableExport --version 10.0.1
#r "nuget: BootstrapBlazor.TableExport, 10.0.1"
#:package BootstrapBlazor.TableExport@10.0.1
#addin nuget:?package=BootstrapBlazor.TableExport&version=10.0.1
#tool nuget:?package=BootstrapBlazor.TableExport&version=10.0.1
Bootstrap Blazor Component
A set of enterprise-class UI components based on Bootstrap and Blazor.
Features
- Enterprise-class UI designed for web applications.
- A set of high-quality Blazor components out of the box.
- Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction.
- Supports Progressive Web Applications (PWA).
- Build with C#, a multi-paradigm static language for an efficient development experience.
- .NET 6.0, with direct reference to the rich .NET ecosystem.
- Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.
Online Examples
Installation Guide
- Install .net core sdk Official website
- Install Visual Studio lastest Official website
git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run
Quick Installation Guide
Install Package
dotnet add package BootstrapBlazor
Add the following to _Imports.razor
@using BootstrapBlazor.Components
Add the following to the MainLayout.razor
<BootstrapBlazorRoot>
@Body
</BootstrapBlazorRoot>
Add the following to your HTML head section
it's either index.html or _Layout.cshtml/_Host.cshtml/App.razor depending on whether you're running WebAssembly or Server
<link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css" />
Add the following script at the end of the body
<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
Add the following to the relevant sections of Program.cs
builder.Services.AddBootstrapBlazor();
Usage
<Display Value="@_text"></Display>
<Button Text="Button" OnClick="@ClickButton"></Button>
@code {
private string? _text;
private void ClickButton(MouseEventArgs e)
{
_text = DateTime.Now.ToString();
}
}
Install CLI Template
- Install the template
dotnet new install Bootstrap.Blazor.Templates::*
- Create the Boilerplate project with the template
dotnet new bbapp
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- BootstrapBlazor (>= 10.0.1)
- MiniExcel (>= 1.42.0)
-
net6.0
- BootstrapBlazor (>= 10.0.1)
- MiniExcel (>= 1.42.0)
-
net7.0
- BootstrapBlazor (>= 10.0.1)
- MiniExcel (>= 1.42.0)
-
net8.0
- BootstrapBlazor (>= 10.0.1)
- MiniExcel (>= 1.42.0)
-
net9.0
- BootstrapBlazor (>= 10.0.1)
- MiniExcel (>= 1.42.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on BootstrapBlazor.TableExport:
| Package | Downloads |
|---|---|
|
ThingsGateway.Common
Package Description |
|
|
HandeSoft.Blazor
Package Description |
|
|
UnifiedBlazor.UI.BootstrapBlazor
UnifiedBlazor框架的BootstrapBlazor UI库 |
|
|
BootstrapBlazor.Shared
Package Description |
|
|
EasyAdminBlazor
EasyAdminBlazor是一个基于 .NET 9 Blazor 技术开发的企业级应用系统,借助 BootstrapBlazor 组件库打造美观、易用的用户界面,采用 FreeSql 作为强大的对象关系映射(ORM)工具进行数据操作。系统功能丰富,涵盖组织架构、用户管理、权限控制等核心模块,同时支持多租户、多语言、在线聊天等特色功能。在多租户方面,具备灵活的数据库管理模式,可多个租户共享一个数据库,也能让某租户使用独立的数据库,以满足不同企业的多样化需求。个人接单利器! |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on BootstrapBlazor.TableExport:
| Repository | Stars |
|---|---|
|
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
|
|
|
ThingsGateway/ThingsGateway
ThingsGateway is a cross-platform, high-performance gateway for edge data acquisition and IoT connectivity. Developed with .NET 8, it offers a suite of powerful tools, including advanced PLC communication libraries and debugging software.
|
|
|
densen2014/Blazor100
Blazor入门100天
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.1 | 473 | 11/19/2025 |
| 10.0.0 | 1,859 | 11/12/2025 |
| 9.2.7 | 32,157 | 10/2/2025 |
| 9.2.6 | 83,134 | 6/23/2025 |
| 9.2.5 | 34,738 | 5/24/2025 |
| 9.2.4 | 20,687 | 4/24/2025 |
| 9.2.3 | 2,023 | 4/18/2025 |
| 9.2.2 | 21,706 | 3/26/2025 |
| 9.2.1 | 32,088 | 2/17/2025 |
| 9.1.1 | 15,121 | 1/21/2025 |
| 9.1.0 | 3,837 | 1/2/2025 |
| 9.0.1 | 2,200 | 12/25/2024 |
| 9.0.0 | 9,165 | 11/13/2024 |
| 9.0.0-beta02 | 128 | 11/7/2024 |
| 9.0.0-beta01 | 456 | 11/1/2024 |
| 8.4.0 | 5,126 | 10/16/2024 |
| 8.3.0 | 1,174 | 10/8/2024 |
| 8.2.1 | 7,998 | 8/26/2024 |
| 8.2.0 | 1,347 | 8/21/2024 |
| 8.1.0 | 12,665 | 5/4/2024 |
| 8.1.0-beta02 | 187 | 5/1/2024 |
| 8.1.0-beta01 | 134 | 5/1/2024 |
| 8.0.7 | 959 | 4/17/2024 |
| 8.0.6 | 216 | 4/17/2024 |
| 8.0.5 | 313 | 4/13/2024 |
| 8.0.4 | 219 | 4/12/2024 |
| 8.0.4-beta01 | 201 | 4/9/2024 |
| 8.0.3 | 7,798 | 12/27/2023 |
| 8.0.2 | 516 | 12/27/2023 |
| 8.0.1 | 468 | 12/15/2023 |
| 8.0.1-beta02 | 151 | 12/15/2023 |
| 8.0.1-beta01 | 254 | 12/11/2023 |
| 8.0.0 | 6,571 | 11/15/2023 |
| 7.6.1 | 1,929 | 10/16/2023 |
| 7.6.0 | 603 | 9/28/2023 |
| 7.5.0 | 6,274 | 7/1/2023 |
| 7.4.0 | 3,054 | 5/20/2023 |
| 7.3.0 | 2,287 | 3/7/2023 |
| 7.2.0 | 1,878 | 1/6/2023 |
| 7.1.1 | 1,109 | 12/6/2022 |
| 7.1.0 | 662 | 11/30/2022 |
| 7.0.0 | 5,846 | 11/10/2022 |
| 6.0.0 | 14,219 | 11/13/2021 |
| 5.3.0 | 1,331 | 9/25/2021 |
| 5.2.0 | 612 | 9/20/2021 |
| 5.1.1 | 1,098 | 8/3/2021 |
| 5.1.0 | 505 | 8/3/2021 |
| 5.0.21 | 1,201 | 6/10/2021 |
| 5.0.20 | 631 | 6/3/2021 |
| 5.0.19 | 532 | 6/3/2021 |
| 5.0.18 | 1,481 | 4/22/2021 |
| 5.0.17 | 574 | 4/15/2021 |
| 5.0.16 | 926 | 4/8/2021 |
| 5.0.15 | 594 | 4/5/2021 |
| 5.0.14 | 520 | 4/5/2021 |
| 5.0.13 | 572 | 4/1/2021 |
| 5.0.12 | 672 | 3/24/2021 |
| 5.0.11 | 709 | 3/18/2021 |
| 5.0.10 | 549 | 3/18/2021 |
| 5.0.9 | 700 | 3/10/2021 |
| 5.0.8 | 757 | 3/4/2021 |
| 5.0.8-beta03 | 401 | 3/3/2021 |
| 5.0.8-beta02 | 408 | 3/2/2021 |
| 5.0.8-beta01 | 384 | 3/2/2021 |
| 5.0.7 | 595 | 2/21/2021 |
| 5.0.6 | 926 | 2/10/2021 |
| 5.0.5 | 763 | 1/28/2021 |
| 5.0.4 | 932 | 1/14/2021 |
| 5.0.3 | 780 | 1/3/2021 |
| 5.0.2 | 635 | 12/26/2020 |
| 5.0.1 | 723 | 12/23/2020 |
| 5.0.0 | 1,123 | 11/12/2020 |
| 3.1.2 | 700 | 11/12/2020 |
| 3.1.1 | 1,145 | 11/10/2020 |
| 3.1.1-beta02 | 576 | 10/31/2020 |
| 3.1.1-beta01 | 643 | 10/30/2020 |
| 3.1.0 | 750 | 10/30/2020 |
| 3.1.0-beta02 | 499 | 10/28/2020 |
| 3.1.0-beta01 | 503 | 10/28/2020 |