Skip to content

Commit f6db386

Browse files
Update README.Mvc.md
1 parent 598c75f commit f6db386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/documentation/README.Mvc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## How to use
1+
## How to use with MVC 5
22
Add the `[JQDataTable]` attribute to the controller action which provides the data. Return from the action `View` 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)