MustafaSaleh / jquery-datatables-column-filter

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

v1.5.0 with select and b #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use jquery-datatables-column-filter v1.5.0
2. Define a select box filter ({ sSelector: "#filtre_centredoc_list 
span[id=type]", type: "select", values: [ ... ] })
3. Set bStateSave = true in dataTable definition
4. Use your select filter to filter something, leave the page, go back and....

What is the expected output? What do you see instead?
Datas filtered by my select.
What i see?
Firebug : 
TypeError: c is undefined   
...){if(a.oFeatures.bProcessing)for(var 
c=a.aanFeatures.r,d=0,h=c.length;d<h;d++)c[...

What version of the product are you using? On what operating system?
dataTables 1.9.3, column filter v1.5.0 : Downgrade to 1.4.8 resolved the 
problem!

Please provide any additional information below.

Original issue reported on code.google.com by remi.val...@gmail.com on 12 Sep 2012 at 9:30

GoogleCodeExporter commented 8 years ago
Problem is the "Fix" for Issue 81 with preselected filters.
ColumnFilter is running the fnFilter function of DataTables before the 
DataTable has been initialised.
Therefore the processing node in datatables cannot be found and we receive the 
above mentionend error.

Could you provide a quick solution?

Thanks in advance.

Sebastian.

Original comment by srolan...@gmail.com on 14 Feb 2013 at 10:37