Skip to content

Commit 2d03c0f

Browse files
committed
Update README.md
1 parent 5aa5831 commit 2d03c0f

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

README.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,38 @@
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+
----------------------------------
23

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
65
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 *
87
9-
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](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)
108

11-
Example output:
9+
[Demo site](http://mvcjquerydatatables.apphb.com/)
10+
![Example](http://snag.gy/FQFdn.jpg)
1211

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
1331

14-
![Example](http://snag.gy/FQFdn.jpg)
32+
http://nuget.org/packages/Mvc.JQuery.Datatables
1533

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

17-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/mcintyre321/mvc.jquery.datatables/trend.png)](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!
1837

38+
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](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

Comments
 (0)