You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
-76Lines changed: 0 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -10,80 +10,4 @@ Supports:
10
10
11
11
Currently tested with Entity Framework 6.0.0 and 6.2.0
12
12
13
-
## Install
14
-
// TODO:
15
13
16
-
## How to use
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.
0 commit comments