We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb910b2 commit 4076befCopy full SHA for 4076bef
README.md
@@ -787,14 +787,20 @@ $ ->
787
$('#posts-datatable').dataTable
788
ajax:
789
url: $('#posts-datatable').data('source')
790
+ contentType: 'application/json'
791
type: 'POST'
792
+ data: (d) ->
793
+ JSON.stringify d
794
# ...others options, see [here](#5-wire-up-the-javascript)
795
796
$ ->
797
$('#users-datatable').dataTable
798
799
url: $('#users-datatable').data('source')
800
801
802
803
804
805
```
806
0 commit comments