DataTables.AspNet.AspNetCore 3.0.0-preview.18

This is a prerelease version of DataTables.AspNet.AspNetCore.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DataTables.AspNet.AspNetCore --version 3.0.0-preview.18
NuGet\Install-Package DataTables.AspNet.AspNetCore -Version 3.0.0-preview.18
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.AspNet.AspNetCore" Version="3.0.0-preview.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataTables.AspNet.AspNetCore --version 3.0.0-preview.18
#r "nuget: DataTables.AspNet.AspNetCore, 3.0.0-preview.18"
#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 DataTables.AspNet.AspNetCore as a Cake Addin
#addin nuget:?package=DataTables.AspNet.AspNetCore&version=3.0.0-preview.18&prerelease

// Install DataTables.AspNet.AspNetCore as a Cake Tool
#tool nuget:?package=DataTables.AspNet.AspNetCore&version=3.0.0-preview.18&prerelease

AspNetCore implementation for DataTables.AspNet.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on DataTables.AspNet.AspNetCore:

Package Downloads
Traderr.Services

Traderr.io

DataTables.Queryable.Support

Package offers support for processing DataTables requests using IQueryable Expressions. Search, filter and sorting specified in DataTables request are (automatically) translated from Viewmodel Expressions in the UI layer to Domain Expressions using this library in combination with AutoMapper.

CL.DataTablesJS

Helper class library with methods and extensions that makes working with datatables.js library, in ASP.NET, a breeze to render server-side processed data sets, especially when handling large amount of data

TheCodeGuy.BespokeCms

Solution files for building on bespoke CMS

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-preview.19 1,923 2/5/2022
3.0.0-preview.18 151 2/5/2022
2.0.2 326,443 1/18/2017
2.0.0 10,643 8/18/2016
2.0.0-beta3 1,243 6/20/2016

Updated model binder to not break on missing column name. Updated dependencies and framework.