I have been looking for a Django app that allows me to create lists of database models that can be sorted, paged and FILTERED.
django-tables2 seems to be a popular app that handles paging and sorting, but not filtering.
To clarify: I would like to have a form for filtering the list by certain attributes, like minimal price, maximum price, etc.
There has to be some app out there that does this, right?
Thanks in advance.