farah92 / jquery-datatables-column-filter

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

problem with fnInitComplete and server-side sorting #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
"fnInitComplete": function(){
$('td', this.fnGetNodes()).dblclick( function(){
alert($(this).text(););
});

What is the expected output? What do you see instead?
after using any server-side sort, the fnInitComplete does not work anymore.
i don't know if its an issue with this extension or datatables in general that 
makes the problem.

What version of the product are you using? On what operating system?
datatables 1.9.0
yours 1.4.1

Please provide any additional information below.
ask if anything needed

Original issue reported on code.google.com by skelga...@gmail.com on 1 Feb 2012 at 4:41

GoogleCodeExporter commented 9 years ago
well i looked more into it, and it isn't a problem with your filters... its in 
the fninitcompete doesn't get reapplied on new data, but if i change this to 
fnDrawCallback it all works... so can this bug.... its not a bug

Original comment by skelga...@gmail.com on 2 Feb 2012 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by joc...@gmail.com on 12 Feb 2012 at 6:27