Django admin search/filter functionality as a page table

后端 未结 2 1254
故里飘歌
故里飘歌 2020-12-15 18:31

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

2条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-15 18:53

    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.

提交回复
热议问题