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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ More documentation for this library, to come.
54
54
## Additional Headers
55
55
Since options are completely exposed, simply use the native method per [jQuery DataTable example](https://editor.datatables.net/manual/security#Prevention)
56
56
57
-
Or something like:
57
+
i.e, something like:
58
58
```javascript
59
59
options: {
60
60
'ajax': {
@@ -66,4 +66,7 @@ options: {
66
66
}
67
67
}
68
68
```
69
+
70
+
If you haven't already figured it out, ajax is basically the signature of [jQuery.ajax](http://api.jquery.com/jquery.ajax/) which is demonstrated here wrapped as [jQuery DataTable ajax pipeline](https://datatables.net/examples/server_side/pipeline.html)
0 commit comments