Skip to content

Commit 96d13fe

Browse files
Update README.md
1 parent 0b93753 commit 96d13fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ Supports:
88
- Custom filters: Less Than, Less than or equal, Greater than, Greater than or equal and Equal;
99
- Nested objects;
1010

11+
Currently tested with Entity Framework 6.0.0 and 6.2.0
12+
13+
## Install
14+
// TODO:
15+
1116
## How to use
12-
Add the `[JQDataTable]` attribute to the ajax controller action. Return 'View(data)' where 'data' is of type IQueryable<>
17+
Add the `[JQDataTable]` attribute to the ajax controller action. Return 'View(data)' where 'data' is of type IQueryable<>. On the client side configure the table for server side processing acccording to the jQuery Data Tables documentation https://datatables.net/examples/data_sources/server_side.html.
1318

1419
### Example
1520

0 commit comments

Comments
 (0)