csharp-datatables-parser

C# Serverside parser for the popuplar jQuery datatables plugin.

Stars
129

Bot releases are visible (Hide)

csharp-datatables-parser - Adding partial matching Latest Release

Published by garvincasimir about 5 years ago

This release adds the ability to search only part of a field (start, end or whole field)

csharp-datatables-parser - Minor fixes

Published by garvincasimir over 6 years ago

Cleaned up code and added specific signature for Contains calls.

csharp-datatables-parser - Moved to .net standard

Published by garvincasimir almost 7 years ago

This release targets .net standard v1.3.
Individual property search issue finally closed. Probably only bug fixes from this point.

csharp-datatables-parser - Latest .NET Standard version

Published by garvincasimir about 7 years ago

csharp-datatables-parser - Entity Framework 6 release

Published by garvincasimir almost 11 years ago

Entity framework 6 (linq to entities)
Linq to objects
Linq to entities sql generation for fitler by date & number types
Uses new mProp column binding
Supports sorting by unbound properties
Multiple column sort
Async parsing using tasks

csharp-datatables-parser - First stable release

Published by garvincasimir over 11 years ago

Features

  • Entity framework 5 (linq to entities)
  • Linq to objects
  • Linq to entities sql generation for fitler by date & number types
  • Uses new mProp column binding
  • Supports sorting by unbound properties
  • Multiple column sort
  • Async parsing using tasks