You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello
I'm a new developper in django, i think my question are basic for expert but i want to know the best practice.
I made a view using the package "djando-filter"
filter.py
view.py
vue_microtrottroi.html
Questions :
With the package django-filter, all data are sent to the html page. If you have a lot of data on my model, it should be a problem ? Which other solution could i use ?
With django-filter, could you manage the pagination and how ?
do you have any advice to add the ability to order the data in the table after applying the search filter?