Problem compatibility server-side processing django
Problem compatibility server-side processing django
Hello there, i'm trying to use datatable with django and return a json to my datatable with ajax like this man does it: http://datatables.net/development/server-side/django
It was working with my own files until i wanted to upgrade jquery and datatables.js, he was using an old version (jquery 1.3.2)
If i put recent jquery and datatables files, i get an error 500 while returning the json:
MultiValueDictKeyError at /ajax/get-countries-list/
"Key 'iSortDir_0' not found in "
Any idea of how i can fix it? Is it possible or should i just use old version? =/
Thanks a lot.
It was working with my own files until i wanted to upgrade jquery and datatables.js, he was using an old version (jquery 1.3.2)
If i put recent jquery and datatables files, i get an error 500 while returning the json:
MultiValueDictKeyError at /ajax/get-countries-list/
"Key 'iSortDir_0' not found in "
Any idea of how i can fix it? Is it possible or should i just use old version? =/
Thanks a lot.
This discussion has been closed.
Replies
Could we add a scrollbar in datatable 1.5.4?