Skip to content

Commit ec38d9e

Browse files
Update README.md
1 parent f385159 commit ec38d9e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# jQuery Datatables Server Side Processing
2-
MVC plugin for server side processing for jQuery datatables.
2+
MVC component which adds functionality for automatic server side processing for the famous table plugin for jQuery.
33

44
Supports:
5-
- Searching.
6-
- Filter by range.
7-
- Filter by fixed value
5+
- Paging;
6+
- Searching;
7+
- Sorting;
8+
- Custom filters: Less Than, Less than or equal, Greater than, Greater than or equal and Equal;
9+
- Nested objects;
810

911
## How to use
1012
Add the `[JQDataTable]` attribute to the ajax controller action. Return 'View(data)' where 'data' is of type IQueryable<>

0 commit comments

Comments
 (0)