django-bootstrap-modal-forms icon indicating copy to clipboard operation
django-bootstrap-modal-forms copied to clipboard

how to return back update page to current url

Open rahmadsandy opened this issue 4 years ago • 0 comments
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?

rahmadsandy avatar Jun 26 '21 03:06 rahmadsandy