Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Releases: ALMMa/datatables.aspnet

3.0.0-preview.18

05 Feb 14:05
Compare
Choose a tag to compare
3.0.0-preview.18 Pre-release
Pre-release

Initial (preview - unstable) release with support for .NET Core 3.1 and .NET 6.0.

2.0.2

06 Dec 01:38
68483b7
Compare
Choose a tag to compare

Tagging version 2.0.2 for tracking purposes.

Final release for legacy DataTables.Mvc code.

10 Jun 17:19
Compare
Choose a tag to compare

Last release for legacy DataTables.Mvc code.
Although this code is stable and production-ready, the original project (DataTables.Mvc) is now changing to DataTables.AspNet to receive major new features.

Support for extra request parameters

13 May 19:12
Compare
Choose a tag to compare

Provided support for extra request parameters sent with DataTables. Should not break any existing code.

The internal DataTablesRequest class was renamed into DefaultDataTablesRequest and made public so you may derive from it and add new parameters without explicitly implementing the whole IDataTablesRequest interface.

Since ASP.NET MVC need the default method BindModel available, it've made it virtual to be overriden. You should override it and use the internal Bind method with your custom type instead of the default one.

Also, remember to override the MapCustomProperties so you can map your custom request properties into your custom model.

A future version will provide a way to discover custom parameters and populate a dictionary, if you're not into extending the DataTablesBinder class.

Initial version

01 Apr 20:56
Compare
Choose a tag to compare

Initial version of DataTables.MVC