Individual column filtering
mke21 opened this issue · 6 comments
mke21 commented
Is it possible to implement filtering/searching on individual columns?
Like:
https://datatables.net/examples/api/multi_filter.html
ikenfin commented
Hi! I added basic support for this feature in my fork, please check this https://github.com/ikenfin/django-datatable.
shymonk commented
Is it possible to make a pull request?
New feature is not only for me, but also for other contributors.
ikenfin commented
@shymonk Yes it's possible, but before adding this feature, source code was converted by 2to3
, so there is some extra code in my fork. If it's okay, then i will PR, or i can create new fork and add only column filtering.
shymonk commented
Create a new fork and add only column filtering is more simple and clear. For 2to3
support, please make another PR.