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 | 25 | 11/19/2025 |
| 10.0.0 | 1,177 | 11/12/2025 |
| 9.2.7 | 32,143 | 10/2/2025 |
| 9.2.6 | 83,115 | 6/23/2025 |
| 9.2.5 | 34,735 | 5/24/2025 |
| 9.2.4 | 20,683 | 4/24/2025 |
| 9.2.3 | 2,020 | 4/18/2025 |
| 9.2.2 | 21,702 | 3/26/2025 |
| 9.2.1 | 32,060 | 2/17/2025 |
| 9.1.1 | 14,561 | 1/21/2025 |
| 9.1.0 | 3,781 | 1/2/2025 |
| 9.0.1 | 2,143 | 12/25/2024 |
| 9.0.0 | 9,089 | 11/13/2024 |
| 9.0.0-beta02 | 127 | 11/7/2024 |
| 9.0.0-beta01 | 269 | 11/1/2024 |
| 8.4.0 | 5,107 | 10/16/2024 |
| 8.3.0 | 1,174 | 10/8/2024 |
| 8.2.1 | 7,989 | 8/26/2024 |
| 8.2.0 | 1,347 | 8/21/2024 |
| 8.1.0 | 12,662 | 5/4/2024 |
| 8.1.0-beta02 | 186 | 5/1/2024 |
| 8.1.0-beta01 | 133 | 5/1/2024 |
| 8.0.7 | 959 | 4/17/2024 |
| 8.0.6 | 216 | 4/17/2024 |
| 8.0.5 | 311 | 4/13/2024 |
| 8.0.4 | 218 | 4/12/2024 |
| 8.0.4-beta01 | 200 | 4/9/2024 |
| 8.0.3 | 7,785 | 12/27/2023 |
| 8.0.2 | 515 | 12/27/2023 |
| 8.0.1 | 466 | 12/15/2023 |
| 8.0.1-beta02 | 147 | 12/15/2023 |
| 8.0.1-beta01 | 253 | 12/11/2023 |
| 8.0.0 | 6,553 | 11/15/2023 |
| 7.6.1 | 1,924 | 10/16/2023 |
| 7.6.0 | 602 | 9/28/2023 |
| 7.5.0 | 6,269 | 7/1/2023 |
| 7.4.0 | 3,049 | 5/20/2023 |
| 7.3.0 | 2,285 | 3/7/2023 |
| 7.2.0 | 1,875 | 1/6/2023 |
| 7.1.1 | 1,105 | 12/6/2022 |
| 7.1.0 | 660 | 11/30/2022 |
| 7.0.0 | 5,844 | 11/10/2022 |
| 6.0.0 | 14,215 | 11/13/2021 |
| 5.3.0 | 1,330 | 9/25/2021 |
| 5.2.0 | 610 | 9/20/2021 |
| 5.1.1 | 1,096 | 8/3/2021 |
| 5.1.0 | 504 | 8/3/2021 |
| 5.0.21 | 1,199 | 6/10/2021 |
| 5.0.20 | 629 | 6/3/2021 |
| 5.0.19 | 531 | 6/3/2021 |
| 5.0.18 | 1,478 | 4/22/2021 |
| 5.0.17 | 573 | 4/15/2021 |
| 5.0.16 | 921 | 4/8/2021 |
| 5.0.15 | 592 | 4/5/2021 |
| 5.0.14 | 519 | 4/5/2021 |
| 5.0.13 | 571 | 4/1/2021 |
| 5.0.12 | 670 | 3/24/2021 |
| 5.0.11 | 708 | 3/18/2021 |
| 5.0.10 | 546 | 3/18/2021 |
| 5.0.9 | 698 | 3/10/2021 |
| 5.0.8 | 756 | 3/4/2021 |
| 5.0.8-beta03 | 399 | 3/3/2021 |
| 5.0.8-beta02 | 407 | 3/2/2021 |
| 5.0.8-beta01 | 383 | 3/2/2021 |
| 5.0.7 | 594 | 2/21/2021 |
| 5.0.6 | 923 | 2/10/2021 |
| 5.0.5 | 761 | 1/28/2021 |
| 5.0.4 | 927 | 1/14/2021 |
| 5.0.3 | 777 | 1/3/2021 |
| 5.0.2 | 631 | 12/26/2020 |
| 5.0.1 | 721 | 12/23/2020 |
| 5.0.0 | 1,119 | 11/12/2020 |
| 3.1.2 | 695 | 11/12/2020 |
| 3.1.1 | 1,141 | 11/10/2020 |
| 3.1.1-beta02 | 571 | 10/31/2020 |
| 3.1.1-beta01 | 635 | 10/30/2020 |
| 3.1.0 | 745 | 10/30/2020 |
| 3.1.0-beta02 | 493 | 10/28/2020 |
| 3.1.0-beta01 | 499 | 10/28/2020 |