|
1 | | -ASP MVC Helpers for working with the amazing Jquery DataTables plugin. See http://mvcjquerydatatables.apphb.com/ for an example |
| 1 | +turn IQueryables into datagrids |
| 2 | +---------------------------------- |
2 | 3 |
|
3 | | -http://nuget.org/packages/Mvc.JQuery.Datatables |
4 | | - |
5 | | -The code here is based on code from http://code.google.com/p/datatables-asp-mvc/ |
| 4 | +> Install-Package Mvc.JQuery.Datatables |
6 | 5 |
|
7 | | -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! |
| 6 | +> Install-Package Mvc.JQuery.Datatables.Templates * |
8 | 7 |
|
9 | | -[](https://flattr.com/submit/auto?user_id=mcintyre321&url=https://github.com/mcintyre321/mvc.jquery.datatables&title=Mvc.JQuery.DataTables&language=&tags=github&category=software) |
10 | 8 |
|
11 | | -Example output: |
| 9 | +[Demo site](http://mvcjquerydatatables.apphb.com/) |
| 10 | + |
12 | 11 |
|
| 12 | + - turn any IQueryable into a live datagrid. Tested with: |
| 13 | + - Linq To Objects |
| 14 | + - Entity Framework |
| 15 | + - Lucene.Net.Linq |
| 16 | + - wraps the very comprehensive jquery datatables plugin. Supported features: |
| 17 | + - Filtering (text, date range (with datepicker), number ranges, choose from dropdown, multiple values using checkboxes) |
| 18 | + - Sorting (configurable per column) |
| 19 | + - Paging (choose page size options, or fix them) |
| 20 | + - Customer column rendering |
| 21 | + - Custom positioning of filters (e.g. you could move them above the table) |
| 22 | + - Localization |
| 23 | + - TableTools support (PDF/Excel export) |
| 24 | + - Attribute based configuration (optional) |
| 25 | + - Can be run from dll |
| 26 | + |
| 27 | +*skip this if using EmbeddedResourceVirtualPathProvider |
| 28 | + |
| 29 | + |
| 30 | +See the test page and example project for info on how to use |
13 | 31 |
|
14 | | - |
| 32 | +http://nuget.org/packages/Mvc.JQuery.Datatables |
15 | 33 |
|
| 34 | +The code here is based on code from http://code.google.com/p/datatables-asp-mvc/ |
16 | 35 |
|
17 | | -[](https://bitdeli.com/free "Bitdeli Badge") |
| 36 | +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! |
18 | 37 |
|
| 38 | +[](https://flattr.com/submit/auto?user_id=mcintyre321&url=https://github.com/mcintyre321/mvc.jquery.datatables&title=Mvc.JQuery.DataTables&language=&tags=github&category=software) |
0 commit comments