N
N
NyxDeveloper2020-12-25 15:57:30
Django
NyxDeveloper, 2020-12-25 15:57:30

How to update information on a page using a view without reloading it?

There is a sign. Above each of its columns is a filter form. When adding characters to the form, new data should be loaded on the page. Can you please tell me how to implement this functionality? I understand that this can be done using ajax, but maybe Django already has something built in? Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
cgamadeus, 2021-01-11
@NyxDeveloper

For such a feint, it is better to use some kind of reactive JS framework, such as react, vuejs, angular, etc., there are many of them.
Through Ajax you request data, update the data of the JS application, page redrawing will be done automatically.

D
Dr. Bacon, 2020-12-25
@bacon

but maybe Django already has something built in
no

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question