django-bootstrap-modal-forms
django-bootstrap-modal-forms copied to clipboard
how to return back update page to current url
trafficstars
data['table'] = render_to_string('_data_table.html', {
'posts': posts,
}, request=request)
return JsonResponse(data)
hello, because in my case i used paginator features i want implement when after successfully updated and close modal form, json data updated show on current url, but now only back to start json query,..
could you help me explain little bit code to implement that get request?