Skip to content

Commit 598c75f

Browse files
Update README.WebAPI2.md
1 parent b95c1ba commit 598c75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/documentation/README.WebAPI2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## How to use
1+
## How to use with Web Api 2
22
Add the `[JQDataTable]` attribute to the controller action which provides the data. Return from the action `OkNegotiatedContentResult` containing IQueryable collection of a strongly typed view model. On the client side configure the table for server side processing according to the jQuery Datatables documentation https://datatables.net/examples/data_sources/server_side.html.
33

44
### Example

0 commit comments

Comments
 (0)