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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Currently tested with Entity Framework versions 6.0.0 and 6.2.0 and Datatables v
19
19
[How to use with MVC 5](https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing/blob/master/README.Mvc.md)
20
20
21
21
## 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.
23
23
24
24
In order to map the ajax response to the correct columns the columns property must be configure in the configuration object.
0 commit comments