robmurray / jquery-datatables-column-filter

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

Filtering should not be applied if bFilter is set to false #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Initialize datatable with option "bFilter": false
2. Use column filter along with this inititalization.

What is the expected output? What do you see instead?
It should remove Search option at top and individual column filter should work. 
But it just removes Search option and individual column filtering is not 
happening.

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

Please provide any additional information below.

Original issue reported on code.google.com by ameena.s...@gmail.com on 13 Jun 2011 at 11:13

GoogleCodeExporter commented 9 years ago
Hi,

You are partially right. bFilter should completely disable filtering (main and 
individual column filtering). To remove main filter and retain individual 
column filtering use sDom.

See http://www.datatables.net/usage/features#bFilter for more details.

I will change column filter plugin to skip initialization if bFilter is set to 
false. You are right about this because this is a bug.

Regards,
Jovan

Original comment by joc...@gmail.com on 14 Jun 2011 at 7:09

GoogleCodeExporter commented 9 years ago
Added in the version 1.2.9.

Original comment by joc...@gmail.com on 29 Sep 2011 at 11:42