Skip to content

Commit 7c6a80e

Browse files
Update README.md
1 parent 384cde7 commit 7c6a80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Currently tested with Entity Framework versions 6.0.0 and 6.2.0 and Datatables v
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) [Here](https://datatables.net/examples/data_sources/server_side.html) you can find how to configure for server side processing.
2323

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

0 commit comments

Comments
 (0)