Noob question on Ajax call

Noob question on Ajax call

shadeonershadeoner Posts: 7Questions: 1Answers: 0
edited June 2013 in DataTables 1.9
Hi,

first of all, thanks to allan for this great tool !

I've use dataTables for a long time, and for the first time I use it with Ajax call.

But this one does not work :(

I did this :
[code]
$('.data-table').dataTable({
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "/ajax/articles",
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"sDom": '<""l>t<"F"fp>'
});
[/code]

It seems to work ... partialy : my table goes on dataTable UI, but the XHR is not call (I listened to it with Developper tools)

I dont know what happen with this, I searched for 2 hours now ....


Thank you very much

David

Replies

  • shadeonershadeoner Posts: 7Questions: 1Answers: 0
    Mayday mayday
    I tried everything, search everything, nothing works :(

    And Im sure that's a stupid mistake
  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    Link to a test case please: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
This discussion has been closed.