Soenneker.Blazor.DataTables 2.1.117

Prefix Reserved
dotnet add package Soenneker.Blazor.DataTables --version 2.1.117                
NuGet\Install-Package Soenneker.Blazor.DataTables -Version 2.1.117                
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="Soenneker.Blazor.DataTables" Version="2.1.117" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.DataTables --version 2.1.117                
#r "nuget: Soenneker.Blazor.DataTables, 2.1.117"                
#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.
// Install Soenneker.Blazor.DataTables as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.DataTables&version=2.1.117

// Install Soenneker.Blazor.DataTables as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.DataTables&version=2.1.117                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.DataTables

A Blazor interop library for DataTables

This library simplifies the integration of DataTables into Blazor applications, providing access to options, events, etc. A demo project showcasing common usages is included.

Diligence was taken to align the Blazor API with JS. Refer to the DataTables documentation for details. This is a work-in-progress; contribution is welcomed.

Installation

dotnet add package Soenneker.Blazor.DataTables

Add the following to your Startup.cs file

public void ConfigureServices(IServiceCollection services)
{
    services.AddDataTables();
}

Usage

@using Soenneker.Blazor.DataTables

<DataTable Options="_options">
    <thead>
        <tr>
            <th>Name</th>
            <th>Position</th>
            <th>Office</th>
            <th>Age</th>
            <th>Start date</th>
            <th>Salary</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>John Doe</td>
            <td>Developer</td>
            <td>London</td>
            <td>28</td>
            <td>2017/04/25</td>
            <td>$320,800</td>
        </tr>
    </tbody>
</DataTable>

@code{

    private readonly DataTableOptions _options_ = new()
    {
        Searching = true,
        LengthChange = false,
        Info = false,
        Paging = false,
        Order = [new object[] {0, "asc"}]
    };
}
Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in 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
2.1.117 0 9/17/2024
2.1.116 0 9/17/2024
2.1.115 0 9/17/2024
2.1.114 0 9/17/2024
2.1.113 0 9/17/2024
2.1.112 0 9/17/2024
2.1.111 0 9/17/2024
2.1.110 0 9/17/2024
2.1.109 0 9/17/2024
2.1.108 0 9/17/2024
2.1.107 0 9/17/2024
2.1.106 0 9/17/2024
2.1.105 0 9/17/2024
2.1.104 0 9/17/2024
2.1.103 39 9/16/2024
2.1.102 22 9/16/2024
2.1.101 31 9/16/2024
2.1.100 28 9/16/2024
2.1.99 28 9/16/2024
2.1.98 86 9/16/2024
2.1.97 29 9/16/2024
2.1.96 37 9/16/2024
2.1.95 34 9/16/2024
2.1.94 34 9/16/2024
2.1.93 56 9/13/2024
2.1.92 47 9/13/2024
2.1.91 48 9/12/2024
2.1.90 46 9/12/2024
2.1.89 47 9/12/2024
2.1.88 46 9/12/2024
2.1.87 53 9/12/2024
2.1.86 47 9/12/2024
2.1.85 49 9/12/2024
2.1.84 46 9/12/2024
2.1.83 51 9/12/2024
2.1.82 54 9/12/2024
2.1.81 52 9/12/2024
2.1.80 46 9/12/2024
2.1.79 54 9/12/2024
2.1.78 50 9/12/2024
2.1.77 52 9/12/2024
2.1.76 54 9/11/2024
2.1.75 50 9/11/2024
2.1.74 50 9/11/2024
2.1.73 52 9/11/2024
2.1.72 50 9/11/2024
2.1.71 51 9/11/2024
2.1.70 45 9/11/2024
2.1.69 50 9/11/2024
2.1.68 40 9/11/2024
2.1.67 54 9/11/2024
2.1.66 49 9/11/2024
2.1.65 52 9/11/2024
2.1.64 53 9/11/2024
2.1.63 53 9/11/2024
2.1.62 49 9/11/2024
2.1.61 56 9/11/2024
2.1.60 60 9/11/2024
2.1.59 53 9/11/2024
2.1.58 48 9/11/2024
2.1.57 45 9/11/2024
2.1.56 55 9/11/2024
2.1.55 52 9/11/2024
2.1.54 51 9/11/2024
2.1.53 55 9/11/2024
2.1.52 67 9/11/2024
2.1.51 61 9/10/2024
2.1.50 69 9/10/2024
2.1.49 70 9/10/2024
2.1.48 63 9/10/2024
2.1.47 69 9/10/2024
2.1.46 65 9/10/2024
2.1.45 66 9/10/2024
2.1.44 70 9/10/2024
2.1.43 61 9/10/2024
2.1.42 58 9/10/2024
2.1.41 67 9/10/2024
2.1.40 57 9/10/2024
2.1.39 67 9/10/2024
2.1.38 56 9/10/2024
2.1.37 58 9/10/2024
2.1.36 59 9/10/2024
2.1.35 66 9/10/2024
2.1.34 68 9/10/2024
2.1.33 63 9/10/2024
2.1.30 62 9/10/2024
2.1.29 58 9/10/2024
2.1.28 64 9/10/2024
2.1.27 61 9/10/2024
2.1.25 58 9/9/2024
2.1.24 62 9/9/2024
2.1.23 59 9/9/2024
2.1.22 56 9/9/2024
2.1.21 56 9/9/2024
2.1.20 58 9/9/2024
2.1.19 52 9/9/2024
2.1.18 61 9/9/2024
2.1.16 57 9/9/2024
2.1.15 63 9/9/2024
2.1.13 68 9/9/2024
2.1.12 67 9/9/2024
2.1.11 64 9/9/2024
2.1.10 67 9/9/2024
2.1.9 62 9/9/2024
2.1.8 72 9/9/2024
2.1.7 68 9/9/2024
2.1.6 54 9/8/2024