Process AJAX Result
Process AJAX Result
dmackinnon2004
Posts: 1Questions: 0Answers: 0
I've been searching around on this site for a while - and hoping somebody can point me in the right direction. I successfully figured out how to add additional GET parameters to my AJAX request using sAjaxSource and fnServerParams. When my server sends the JSON response containing all the row data is there a way to add a custom value to the JSON in addition to sEcho, aaData, etc.?
After the first ajax call from datatables, my backend system automatically caches the results and generates a query_cache_id so that I can page the query results without rerunning the query. I just need to figure out how to get this query_cache_id back to datatables so it can include it in subsequent ajax requests when the user hits Next/Previous page.
Any help would be greatly appreciated!
After the first ajax call from datatables, my backend system automatically caches the results and generates a query_cache_id so that I can page the query results without rerunning the query. I just need to figure out how to get this query_cache_id back to datatables so it can include it in subsequent ajax requests when the user hits Next/Previous page.
Any help would be greatly appreciated!
This discussion has been closed.