Using DataTables with Django/Dajaxice
Using DataTables with Django/Dajaxice
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
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
This discussion has been closed.
Replies
Could be good in the examples somewhere?
Thanks for datatables!