MHL3060/jquery-datatables-column-filter

problem with fnInitComplete and server-side sorting

Closed this issue · 2 comments

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

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

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

  • Changed state: Invalid
  • Added labels: Type-Other
  • Removed labels: Type-Defect