AJAX request is not rendering at the client side but works perfectly at the server

2020-01-05 Thread Daniel Roseman
Why would you expect it to render anything? All your success function does is log to the console. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

AJAX request is not rendering at the client side but works perfectly at the server

2020-01-05 Thread Chinmay Dali
I have data that I am trying to display in a tabular format, and I have also added filters for that tabular data. The filter sends an AJAX request to the server, works on the same function inside "views.py" but the page doesn't refresh with new data. I extracted the query format of that filter