BootstrapBlazor.TableExport 9.0.0-beta02

Prefix Reserved
This is a prerelease version of BootstrapBlazor.TableExport.
There is a newer version of this package available.
See the version list below for details.
dotnet add package BootstrapBlazor.TableExport --version 9.0.0-beta02
                    
NuGet\Install-Package BootstrapBlazor.TableExport -Version 9.0.0-beta02
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BootstrapBlazor.TableExport" Version="9.0.0-beta02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BootstrapBlazor.TableExport" Version="9.0.0-beta02" />
                    
Directory.Packages.props
<PackageReference Include="BootstrapBlazor.TableExport" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BootstrapBlazor.TableExport --version 9.0.0-beta02
                    
#r "nuget: BootstrapBlazor.TableExport, 9.0.0-beta02"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=BootstrapBlazor.TableExport&version=9.0.0-beta02&prerelease
                    
Install BootstrapBlazor.TableExport as a Cake Addin
#tool nuget:?package=BootstrapBlazor.TableExport&version=9.0.0-beta02&prerelease
                    
Install BootstrapBlazor.TableExport as a Cake Tool

Bootstrap Blazor Component

A set of enterprise-class UI components based on Bootstrap and Blazor.

License Github build Repo Size Commit Date codecov


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 Standard 2.1 based, with direct reference to the rich .NET ecosystem.
  • Supports NET5. (Server-Side, WASM)
  • Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.

Online Examples

website

Installation Guide

git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run

Create a new project from the dotnet new template

  1. Install the template

dotnet new install Bootstrap.Blazor.Templates::*

  1. Create the Boilerplate project with the template

dotnet new bbapp

Install Bootstrap Blazor Project Template

  1. Download Project Template

Microsoft Market link

  1. Double Click BootstrapBlazor.UITemplate.vsix

Import Bootstrap Blazor into an existing project

  1. Go to the project folder of the application and install the Nuget package reference

dotnet add package BootstrapBlazor

  1. Add the stylesheet javascripts file to your main index file - Pages/_Host.cshtml (Server) or wwwroot/index.html (WebAssembly)

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    . . .
    <link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css">
</head>
<body>
    . . .
    <script src="_framework/blazor.server.js"></script>
    <script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
</body>
</html>
  1. Open the ~/Startup.cs file in the and register the Bootstrap Blazor service:

C#

namespace BootstrapBlazorAppName
{
    public class Startup
    {
        public void ConfigureServices(IServiceCollection services)
        {
            //more code may be present here
            services.AddBootstrapBlazor();
        }

        //more code may be present here
    }
}

Visual Studio Integration

To create a new Bootstrap Blazor UI for Blazor application, use the Create New Project Wizard. The wizard detects all installed versions of Bootstrap Blazor for Blazor and lists them in the Version combobox—this enables you to start your project with the desired version. You can also get the latest version to make sure you are up to date.

  1. Get the Wizard

To use the Create New Project Wizard, install the Bootstrap Blazor UI for Blazor Visual Studio Extensions. You can get it from the:

  • Visual Studio Marketplace (for Windows)
  1. Start the Wizard

To start the wizard, use either of the following approaches

Using the Project menu:

  • Click File > New > Project.
  • Find and click the C# Blazor Application option (you can use the search, or filter by Blazor templates).
  • Follow the wizard.
Product 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on BootstrapBlazor.TableExport:

Package Downloads
HandeSoft.Blazor

Package Description

UnifiedBlazor.UI.BootstrapBlazor

UnifiedBlazor框架的BootstrapBlazor UI库

BootstrapBlazor.Shared

Package Description

ThingsGateway.SqlSugar

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 edge acquisition gateway based on Net8, providing underlying PLC communication libraries, communication debugging software, and more.
densen2014/Blazor100
Blazor入门100天
Version Downloads Last updated
9.2.5 2,801 5/24/2025
9.2.4 10,283 4/24/2025
9.2.3 1,096 4/18/2025
9.2.2 10,912 3/26/2025
9.2.1 15,826 2/17/2025
9.1.1 7,036 1/21/2025
9.1.0 2,141 1/2/2025
9.0.1 1,440 12/25/2024
9.0.0 5,128 11/13/2024
9.0.0-beta02 101 11/7/2024
9.0.0-beta01 154 11/1/2024
8.4.0 2,325 10/16/2024
8.3.0 884 10/8/2024
8.2.1 5,385 8/26/2024
8.2.0 950 8/21/2024
8.1.0 6,640 5/4/2024
8.1.0-beta02 131 5/1/2024
8.1.0-beta01 93 5/1/2024
8.0.7 891 4/17/2024
8.0.6 152 4/17/2024
8.0.5 234 4/13/2024
8.0.4 148 4/12/2024
8.0.4-beta01 150 4/9/2024
8.0.3 6,312 12/27/2023
8.0.2 426 12/27/2023
8.0.1 422 12/15/2023
8.0.1-beta02 95 12/15/2023
8.0.1-beta01 211 12/11/2023
8.0.0 4,649 11/15/2023
7.6.1 1,718 10/16/2023
7.6.0 525 9/28/2023
7.5.0 5,164 7/1/2023
7.4.0 2,786 5/20/2023
7.3.0 2,100 3/7/2023
7.2.0 1,696 1/6/2023
7.1.1 980 12/6/2022
7.1.0 559 11/30/2022
7.0.0 4,828 11/10/2022
6.0.0 13,059 11/13/2021
5.3.0 1,222 9/25/2021
5.2.0 503 9/20/2021
5.1.1 980 8/3/2021
5.1.0 393 8/3/2021
5.0.21 1,087 6/10/2021
5.0.20 551 6/3/2021
5.0.19 421 6/3/2021
5.0.18 1,389 4/22/2021
5.0.17 464 4/15/2021
5.0.16 810 4/8/2021
5.0.15 476 4/5/2021
5.0.14 424 4/5/2021
5.0.13 457 4/1/2021
5.0.12 570 3/24/2021
5.0.11 607 3/18/2021
5.0.10 422 3/18/2021
5.0.9 555 3/10/2021
5.0.8 645 3/4/2021
5.0.8-beta03 309 3/3/2021
5.0.8-beta02 311 3/2/2021
5.0.8-beta01 278 3/2/2021
5.0.7 479 2/21/2021
5.0.6 790 2/10/2021
5.0.5 657 1/28/2021
5.0.4 844 1/14/2021
5.0.3 671 1/3/2021
5.0.2 517 12/26/2020
5.0.1 617 12/23/2020
5.0.0 926 11/12/2020
3.1.2 582 11/12/2020
3.1.1 1,009 11/10/2020
3.1.1-beta02 481 10/31/2020
3.1.1-beta01 520 10/30/2020
3.1.0 630 10/30/2020
3.1.0-beta02 368 10/28/2020
3.1.0-beta01 375 10/28/2020