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

honor bSearchable option

Open dansan opened this issue 10 years ago • 1 comments

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

dansan avatar Mar 24 '14 15:03 dansan

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

pembo13 avatar Jul 11 '14 02:07 pembo13