Skip to content

Commit 30cbeaa

Browse files
committed
update doc
1 parent c733ea5 commit 30cbeaa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ More documentation for this library, to come.
5454
## Additional Headers
5555
Since options are completely exposed, simply use the native method per [jQuery DataTable example](https://editor.datatables.net/manual/security#Prevention)
5656

57-
Or something like:
57+
i.e, something like:
5858
```javascript
5959
options: {
6060
'ajax': {
@@ -66,4 +66,7 @@ options: {
6666
}
6767
}
6868
```
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)
71+
6972
# MIT

0 commit comments

Comments
 (0)