-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
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