farah92 / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Filter Mapping Breaks when hiding columns. #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build table with Server side processing and select more columns than you're 
going to show.
2. Hide columns using mDataProp and "bVisible": false.
3. Setup filters for each column, setting those you don't want visible to "null"

What is the expected output? What do you see instead?
Everything appears to render correctly, but the filters are now mapped to the 
incorrect columns.

What version of the product are you using? On what operating system?
Most recent.

Please provide any additional information below.
Exaple is located here:
http://www.blackmagicms.com/regex/Vendor/sandbox/datatables/index2.html

Original issue reported on code.google.com by mybludru...@gmail.com on 3 Aug 2012 at 5:09

GoogleCodeExporter commented 9 years ago
I would also note, that when typing into the notes column, if appears that the 
search box has become a global search box as well... this is becoming quite 
frustrating. I'm using this with a drill down view, so I need to pull more data 
than I initially want to show.

Original comment by mybludru...@gmail.com on 3 Aug 2012 at 5:11