shymonk/django-datatable

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

Hi! I added basic support for this feature in my fork, please check this https://github.com/ikenfin/django-datatable.

Is it possible to make a pull request?
New feature is not only for me, but also for other contributors.

@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.

Create a new fork and add only column filtering is more simple and clear. For 2to3 support, please make another PR.

mke21 commented

@shymonk, will this feature be implemented in the main branch?

@mke21 don't think so - github says that there some conflicts between branches, and i, unfortunately don't have time to fix the code at now.