django-datatable icon indicating copy to clipboard operation
django-datatable copied to clipboard

Individual column filtering

Open mke21 opened this issue 8 years ago • 6 comments

Is it possible to implement filtering/searching on individual columns? Like: https://datatables.net/examples/api/multi_filter.html

mke21 avatar Nov 02 '15 11:11 mke21

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

ikenfin avatar Feb 20 '16 18:02 ikenfin

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

shymonk avatar Feb 22 '16 14:02 shymonk

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

ikenfin avatar Feb 24 '16 11:02 ikenfin

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

shymonk avatar Feb 25 '16 01:02 shymonk

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

mke21 avatar Aug 02 '16 13:08 mke21

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

ikenfin avatar Oct 02 '16 18:10 ikenfin