morlandi

Results 64 comments of morlandi

Hello, you could try settings `autofilter = True` which does exactly what you want: https://github.com/morlandi/django-ajax-datatable#id12 but it might be ignored when Field has `chioices` ... I'm not sure about this...

The idea behind this is that if you start to fill a brand new table, no values are available yet, thus the only chance to help the user is to...

Thank you @LegendaryFire , I'll flag this as a bug to be investigated, but since I work on this project occasionally I can't guarantee any time schedule

@LegendaryFire hopefully I'll be able to check this during the next weekend. The concept of "placeholder" comes from the original project I started with and to be honest I had...

Thank you @kieriosity for report this with so much and useful details. I will try to reproduce it as soon as time allows

Thank you @maksam07 .. I confirm there are some problems in the search. Just updated the demo project: http://django-ajax-datatable-demo.brainstorm.it/tracks/ and in that case the opposite happens: column search works, global...

@maksam07 I double-checked this: both global and column searching seem working. Might be something related to your model. What I suggest is to add this to your settings: ``` AJAX_DATATABLE_TEST_FILTERS...

The problem is specific to ManyToManyFields, and better addressed in #15

Thank you @dmbackend ... I will reopen the issue to check this .. when time allows :wink:

did you set `settings.AJAX_DATATABLE_STRIP_HTML_TAGS = False` ?