farizluqman / jquery-datatables-column-filter

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

ColVis incompatibility #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install ColumnFilter with ColVis
2. Input a text filter
3. Hide that column
4. Notice that filter stays applied

What is the expected output? What do you see instead?

Filters for hidden columns should be disabled. Instead, they continue to be 
applied.

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

1.4.8, OS X Chrome

Original issue reported on code.google.com by b...@benallfree.com on 2 Sep 2012 at 7:16

GoogleCodeExporter commented 9 years ago
Using teh plugin with ColVis creates an other problem:

If one or more columns are filtered with ColVis, teh global filter and teh most 
right column filter become "the same".

Using the most left column filter in this case, it behaves like teh global 
filter. All typing in it gets copied to teh global filter as well.

Original comment by carsten....@gmail.com on 4 Sep 2012 at 4:08

GoogleCodeExporter commented 9 years ago
While the original bug is still true, I wanted to point out that comment 1 is 
incorrect for anyone running into this problem in the future. 

If you pass the  {bUseColVis: true} option when you initialize, the column 
numbers assigned to the sSearch_N parameters are correct when passed to the 
server.  If you don't set this option, you will see the odd behavior noted 
above and the global filter issue.

Original comment by glac...@tethermedia.com on 20 Jan 2013 at 1:42