Hello and Thank you for your time, I recently started using django and need some help. I have multiple ajax-tables rendered in an html template as in the documentation:
https://pypi.org/project/django-ajax-tables/
I have a table per view and render them in different divs of the same html page.
All the models for this tables have a foreing_key of a model called Location, and all this child models have a date.
I want a filter for this tables where I can enter Location and start_date and on submit(or on type|select) all tables get updated. What would be the best way to do this on Django?
1.4m articles
1.4m replys
5 comments
57.0k users