Soenneker.DataTables.Dtos.ServerResponse 4.0.21

Prefix Reserved
dotnet add package Soenneker.DataTables.Dtos.ServerResponse --version 4.0.21
                    
NuGet\Install-Package Soenneker.DataTables.Dtos.ServerResponse -Version 4.0.21
                    
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.DataTables.Dtos.ServerResponse" Version="4.0.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.DataTables.Dtos.ServerResponse" Version="4.0.21" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.DataTables.Dtos.ServerResponse" />
                    
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 Soenneker.DataTables.Dtos.ServerResponse --version 4.0.21
                    
#r "nuget: Soenneker.DataTables.Dtos.ServerResponse, 4.0.21"
                    
#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 Soenneker.DataTables.Dtos.ServerResponse@4.0.21
                    
#: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=Soenneker.DataTables.Dtos.ServerResponse&version=4.0.21
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.DataTables.Dtos.ServerResponse&version=4.0.21
                    
Install as a Cake Tool

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.DataTables.Dtos.ServerResponse

Represents a server response for DataTables server-side processing.

Install

dotnet add package Soenneker.DataTables.Dtos.ServerResponse

What you get

  • DataTableServerResponse — Represents a server response for DataTables server-side processing.

API at a glance

API What it does Result / important behavior
DataTableServerResponse.Draw Gets or sets the draw counter that DataTables is expecting back from the server. Gets or sets the draw counter that DataTables is expecting back from the server.
DataTableServerResponse.TotalRecords Gets or sets the total number of records before filtering. Gets or sets the total number of records before filtering.
DataTableServerResponse.TotalFilteredRecords Gets or sets the total number of records after filtering. Gets or sets the total number of records after filtering.
DataTableServerResponse.Data Gets or sets the data to be displayed in the table. Gets or sets the data to be displayed in the table.
DataTableServerResponse.Error Gets or sets an optional error message to be displayed by DataTables. Gets or sets an optional error message to be displayed by DataTables.
DataTableServerResponse.ContinuationToken If applicable, a storage continuation token that the client must send back on the next request. Typically null when the current page is the last page. Optional. If applicable, a storage continuation token that the client must send back on the next request. Typically null when the current page is the last page. Optional.
DataTableServerResponse.Success(draw, recordsTotal, recordsFiltered, data, continuationToken) Creates a success response for DataTables server-side processing. A configured DataTablesServerResponse.
DataTableServerResponse.Fail(draw, errorMessage) Creates an error response for DataTables server-side processing. A configured DataTablesServerResponse with the error message.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Soenneker.DataTables.Dtos.ServerResponse:

Package Downloads
Soenneker.Blazor.DataTables

A Blazor interop library for DataTables

Soenneker.Quark.Suite

Shadcn-powered Blazor UI, refined and modular.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.21 124 8/29/2026
4.0.20 12,673 7/27/2026
4.0.19 5,376 7/16/2026
4.0.18 8,880 6/18/2026
4.0.17 7,454 6/5/2026
4.0.16 10,768 4/22/2026
4.0.15 10,491 3/12/2026
4.0.14 125 3/12/2026
4.0.13 122 3/12/2026
4.0.12 129 3/12/2026
4.0.11 1,120 3/10/2026
4.0.10 778 3/9/2026
4.0.9 118 3/9/2026
4.0.8 231 3/9/2026
4.0.7 1,249 3/4/2026
4.0.6 5,818 1/2/2026
4.0.5 2,098 11/20/2025
4.0.4 2,373 10/29/2025
3.0.3 7,774 9/3/2025
3.0.2 913 8/11/2025
Loading failed

Improve README usability and API guidance