I was wondering if there is a way to use the power of Django Admin\'s filtering/ordering/paginating/search capabilities in a regular view.
What I mean is that I hav
To extend on Alasdair's answer, I added a simple module that adds simple filtering to django-tables2. See https://github.com/benjiec/django-tables2-simplefilter.