rifanece / jquery-datatables-column-filter

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

if I hide a column with bVisible, the filter box doesn't work correctly #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
      $(document).ready(function() {
          $('#table').dataTable( {
              "aoColumnDefs": [ 
                { "bVisible": false, "aTargets": [ 1 ] }
            ] } ).columnFilter();
      } );

2. Try to filter column 1 or higher

3. Filter won't work properly.

What is the expected output? What do you see instead?
I expect the filter boxes to know that column 1 is hidden, and remove it from 
the filter logic.

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

Please provide any additional information below.

Original issue reported on code.google.com by bly...@gmail.com on 7 Jul 2011 at 10:18

GoogleCodeExporter commented 9 years ago
This may be related to Issue 23 which I just submitted. You may try the 
solution I proposed there and see if it helps with the issue which you are 
having.

Original comment by g.duerrm...@gmail.com on 29 Jul 2011 at 3:16

GoogleCodeExporter commented 9 years ago
Hi,

It works fine on the 
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/colVis.html. I 
will close this issue so we can continue discussion in the issue 23.

Thanks,
Jovan

Original comment by joc...@gmail.com on 25 Sep 2011 at 9:43