noirbizarre / django-eztables

Easy integration between jQuery DataTables and Django.
http://django-eztables.readthedocs.org/en/latest/
GNU Lesser General Public License v3.0
96 stars 36 forks source link

honor bSearchable option #18

Open dansan opened 10 years ago

dansan commented 10 years ago

I wanted to use this as a workaround for issue #12 with

"aoColumns": [
    null,
    { "bSearchable": false },
    null,
    ...
    ]

and noticed that the bSearchable option is ignored.

I have really only tested it only for the non-regex part :P

pembo13 commented 10 years ago

This works well for me, and is very necessary if the queryset uses extra as filters on extra fields don't work.