datatables.net-se 3.0.0-beta.1

This is a prerelease version of datatables.net-se.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package datatables.net-se --version 3.0.0-beta.1
                    
NuGet\Install-Package datatables.net-se -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-se" 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-se" Version="3.0.0-beta.1" />
                    
Directory.Packages.props
<PackageReference Include="datatables.net-se" />
                    
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-se --version 3.0.0-beta.1
                    
#r "nuget: datatables.net-se, 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-se@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-se&version=3.0.0-beta.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=datatables.net-se&version=3.0.0-beta.1&prerelease
                    
Install as a Cake Tool

DataTables with SemanticUI styling

This package contains distribution files required to style DataTables table enhancement library with styling integration for SemanticUI.

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-se

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

import DataTable from 'datatables.net-se';

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-se');

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.

NuGet packages (15)

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

Package Downloads
datatables.net-buttons-se

This is Buttons for DataTables with styling for [SemanticUI](https://semantic-ui.com/)

datatables.net-select-se

This is Select for DataTables with styling for [SemanticUI](https://semantic-ui.com/)

datatables.net-searchbuilder-se

This is SearchBuilder for DataTables with styling for [SemanticUI](https://semantic-ui.com/)

datatables.net-fixedheader-se

This is FixedHeader for DataTables with styling for [SemanticUI](https://semantic-ui.com/)

datatables.net-keytable-se

This is KeyTable for DataTables with styling for [SemanticUI](https://semantic-ui.com/)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-beta.2 93 4/27/2026
3.0.0-beta.1 128 4/7/2026
2.3.8 144 4/27/2026
2.3.7 258 1/30/2026
2.3.6 383 12/23/2025
2.3.5 477 11/14/2025
2.3.4 502 9/9/2025
2.3.3 511 8/20/2025
2.3.2 677 6/6/2025
2.3.1 923 5/16/2025
2.3.0 558 4/30/2025
2.2.2 540 2/4/2025
2.2.1 538 1/9/2025
2.2.0 513 1/6/2025
2.1.8 562 10/4/2024
2.1.7 522 9/20/2024
2.1.6 534 9/6/2024
2.1.5 564 8/30/2024
2.1.4 564 8/16/2024
2.1.3 526 8/1/2024
Loading failed