Using DataTables with Django/Dajaxice

Using DataTables with Django/Dajaxice

ginglymusginglymus Posts: 2Questions: 0Answers: 0
edited October 2012 in General
Hi all!

Does anyone have any experience with the above? Dajaxice has saved me a huge effort for all other ajax calls, and I'm keen not to have to write ajax handlers of my own.

Dajaxice provides function " Dajaxice.app.my_function( fnCallback ) " with which to access the server side data. I've verified that the server function is returning valid JSON, I'm just not quite sure where to integrate it into datatables.

Many thanks in advance!

Bill

Replies

  • ginglymusginglymus Posts: 2Questions: 0Answers: 0
    Ach, sorted it - it goes in fnServerData of course.

    Could be good in the examples somewhere?

    Thanks for datatables!
This discussion has been closed.