datatables.net 3.0.0-beta.1

This is a prerelease version of datatables.net.
dotnet add package datatables.net --version 3.0.0-beta.1
                    
NuGet\Install-Package datatables.net -Version 3.0.0-beta.1
                    
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" Version="3.0.0-beta.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="datatables.net" Version="3.0.0-beta.1" />
                    
Directory.Packages.props
<PackageReference Include="datatables.net" />
                    
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 --version 3.0.0-beta.1
                    
#r "nuget: datatables.net, 3.0.0-beta.1"
                    
#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@3.0.0-beta.1
                    
#: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&version=3.0.0-beta.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=datatables.net&version=3.0.0-beta.1&prerelease
                    
Install as a Cake Tool

DataTables - The Javascript table library

This package contains distribution files for the DataTables table library. While DataTables is dependency free, only the core software for this library is contained in this package - to be correctly styled, a styling package for DataTables must also be included (e.g. default, Bootstrap, Bulma, Foundation or others). Please see the npm installation documentation on the DataTables site for full details.

DataTables is a table enhancing library which adds features such as paging, ordering, search, scrolling and many more to a static HTML page. A comprehensive API is also available that can be used to manipulate the table. Please refer to the DataTables web-site for a full range of documentation and examples.

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

Then, to load and initialise DataTables in your code use:

import DataTable from 'datatables.net';

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

If you are using an old version of Node or a CommonJS loader, you might need to use the require syntax:

const DataTable = require('datatables.net');

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

Documentation

Full documentation of the DataTables options, API and plug-in interface are available on the website. The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further.

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/DataTablesSrc. 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.

This package has no dependencies.

NuGet packages (37)

Showing the top 5 NuGet packages that depend on datatables.net:

Package Downloads
datatables.net-bs

This is DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)

datatables.net-dt

DataTables with default styling

datatables.net-buttons

This is Buttons for DataTables

datatables.net-bs5

This is DataTables with styling for [Bootstrap5](https://getbootstrap.com/)

datatables.net-bs4

This is DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-beta.1 225 4/7/2026
2.3.7 8,331 1/30/2026
2.3.6 4,133 12/23/2025
2.3.5 5,306 11/14/2025
2.3.4 7,360 9/9/2025
2.3.3 5,038 8/20/2025
2.3.2 9,055 6/6/2025
2.3.1 6,776 5/16/2025
2.3.0 1,811 4/30/2025
2.2.2 15,721 2/4/2025
2.2.1 3,660 1/9/2025
2.2.0 1,256 1/6/2025
2.1.8 22,767 10/4/2024
2.1.7 4,285 9/20/2024
2.1.6 2,365 9/6/2024
2.1.5 6,605 8/30/2024
2.1.4 1,583 8/16/2024
2.1.3 1,368 8/1/2024
2.1.2 2,136 7/24/2024
2.1.0 730 7/19/2024
Loading failed