Fixed columns + Server side processing + Individual column search: search in fixed col doesn't work
Fixed columns + Server side processing + Individual column search: search in fixed col doesn't work
Hi,
http://live.datatables.net/cupumequ/1/edit
Hope you can help me with this issue. I'm using a combination of the following:
* Fixed columns (with scrollX=true)
* Server-side processing
* Individual column searching (with search boxes in the table header)
However, as you can see from my example (http://live.datatables.net/cupumequ/1/edit), the column searching for the fixed columns does not work (the event is not fired). I have found various examples that seem to offer a solution, but none of them apply for my particular combination of features (e.g. https://datatables.net/release-datatables/extensions/FixedColumns/examples/styling/col_filter.html -- this works, but how would I change that to work for server-side processing?)
I've also tried messing around with some of the CSS styles (e.g. .DTFC_LeftHeadWrapper), but to no avail.
I would be very grateful if someone can offer a workaround/fix for this.
Thanks
Matt
Answers
This thread should help, it's asking the same thing.
Cheers,
Colin