datatables.net-buttons-bs5 4.0.0

dotnet add package datatables.net-buttons-bs5 --version 4.0.0
                    
NuGet\Install-Package datatables.net-buttons-bs5 -Version 4.0.0
                    
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="datatables.net-buttons-bs5" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="datatables.net-buttons-bs5" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="datatables.net-buttons-bs5" />
                    
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 datatables.net-buttons-bs5 --version 4.0.0
                    
#r "nuget: datatables.net-buttons-bs5, 4.0.0"
                    
#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.
#:package datatables.net-buttons-bs5@4.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=datatables.net-buttons-bs5&version=4.0.0
                    
Install as a Cake Addin
#tool nuget:?package=datatables.net-buttons-bs5&version=4.0.0
                    
Install as a Cake Tool

Buttons for DataTables with styling for Bootstrap5

This is the distribution package for the Buttons extension for DataTables with styling for Bootstrap5.

The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases.

Installation

Browser

To use DataTables with a simple <script> tag, rather than using this package, it is recommended that you use the DataTables download builder which can create CDN or locally hosted packages for you, will all dependencies satisfied.

npm

For installation via npm, yarn and other similar package managers, install this package with your package manager - e.g.:

npm install datatables.net-bs5
npm install datatables.net-buttons-bs5

Then, to load and initialise the software in your code use:

import DataTable from 'datatables.net-bs5';
import 'datatables.net-buttons-bs5'

new DataTable('#myTable', {
    // initialisation options
});

Documentation

Full documentation and examples for Buttons can be found on the DataTables website.

Bug / Support

Support for DataTables is available through the DataTables forums and commercial support options are available.

Contributing

If you are thinking of contributing code to DataTables, first of all, thank you! All fixes, patches and enhancements to DataTables are very warmly welcomed. This repository is a distribution repo, so patches and issues sent to this repo will not be accepted. Instead, please direct pull requests to the DataTables/Buttons. For issues / bugs, please direct your questions to the DataTables forums.

License

This software is released under the MIT license. You are free to use, modify and distribute this software, but all copyright information must remain.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0 40 7/24/2026
4.0.0-beta.1 193 4/7/2026
3.2.6 1,667 12/23/2025
3.2.5 2,031 9/9/2025
3.2.4 1,996 7/2/2025
3.2.3 1,190 4/25/2025
3.2.2 1,207 2/6/2025
3.2.1 737 1/22/2025
3.2.0 1,378 11/12/2024
3.1.2 5,470 8/30/2024
3.1.1 842 8/1/2024
3.1.0 609 7/19/2024
3.0.2 2,259 4/16/2024
3.0.1 868 3/7/2024
3.0.0 922 2/15/2024
2.4.2 1,650 8/30/2023
2.4.1 986 7/10/2023
2.4.0 664 7/4/2023
2.3.6 1,894 3/10/2023
2.3.5 757 2/28/2023
Loading failed