DragonwolfRazorHelper 1.0.0

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

// Install DragonwolfRazorHelper as a Cake Tool
#tool nuget:?package=DragonwolfRazorHelper&version=1.0.0

Just get the package and reference Javascript "KODataTable.js" on your Layout page.

Giving a JsName for your table on the Razor's call, you can recover your table in your own javascript using the command : var model = function() { this.MyTable = KODataTable.GetTable("MyTable");

  ko.applyBindings(this);

};

Once the table is recovered, you can access datas from "Datas"'s property.

For ajax server calling, you must use a class that is or inherits from "PagingSortingFilterModel" for controller calling, and return a value, wrapped into a class that is or inherits from PagingSortingFilterResult<T>.

For more information you can see Github repository with three using samples.

Have fun !

Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
1.1.0 1,018 5/3/2018
1.0.0 1,067 4/28/2018

First version.