Skip to content

Commit 86de250

Browse files
committed
2 parents 37f5771 + 56e78e0 commit 86de250

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ Currently tested with Entity Framework versions 6.0.0 and 6.2.0 and Datatables v
1414
#### MVC 5
1515
[Install nuget package](https://www.nuget.org/packages/jQDataTables.ServerSide.MVC5/)
1616

17-
`Install-Package JQDTServerSide.Mvc`
17+
`Install-Package jQDataTables.ServerSide.MVC5`
1818

1919
[How to use with MVC 5](https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing/blob/master/README.Mvc.md)
2020

2121
## How to use on the client side
22-
To use it on the client side the jquery datatables library must be loaded on the browser. Follow the official jQuery Datatables guide for serverside processing [here](https://datatables.net/examples/data_sources/server_side.html).
22+
For how to install the jQuery Datatables plugin refer to the official documentation [here](https://datatables.net/manual/installation)
23+
24+
[Here](https://datatables.net/examples/data_sources/server_side.html) you can find how to configure for server side processing.
2325

2426
In order to map the ajax response to the correct columns the columns property must be configure in the configuration object.
2527
### Example:

0 commit comments

Comments
 (0)