Skip to content

mcintyre321/mvc.jquery.datatables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

786e5fb · Aug 12, 2014
Aug 5, 2014
Aug 12, 2014
Aug 12, 2014
Aug 12, 2014
Aug 7, 2014
Feb 21, 2013
Oct 17, 2013
Jul 23, 2013
Apr 13, 2014
May 13, 2014

Repository files navigation

turn IQueryables into datagrids

Install-Package Mvc.JQuery.Datatables

Install-Package Mvc.JQuery.Datatables.Templates *

Demo site Example

  • turn any IQueryable into a live datagrid. Tested with:
    • Linq To Objects
    • Entity Framework
    • Lucene.Net.Linq
  • wraps the very comprehensive jquery datatables plugin. Supported features:
    • Filtering (text, date range (with datepicker), number ranges, choose from dropdown, multiple values using checkboxes)
    • Sorting (configurable per column)
    • Paging (choose page size options, or fix them)
    • Customer column rendering
    • Custom positioning of filters (e.g. you could move them above the table)
    • Localization
    • TableTools support (PDF/Excel export)
    • Attribute based configuration (optional)
  • Can be run from dll

*skip this if using EmbeddedResourceVirtualPathProvider

See the test page and example project for info on how to use

http://nuget.org/packages/Mvc.JQuery.Datatables

The code here is based on code from http://code.google.com/p/datatables-asp-mvc/

If you have a feature request, bug, or a patch, please could you add an example page on a fork demonstrating the problem or feature. Thanks!

Flattr this git repo