Does datatables will accept alert function?But i found it not works?
Does datatables will accept alert function?But i found it not works?
I had used the following part of code to display popup?Is anything i missed or i want add in the following alert part?
print "\$(\'#placeholder28-table tbody tr\').on(\'click\',\'td:nt-child(10)\',function(f){ ^M \n";
alert('Data:'+$(this).html().child());
alert('Row:'+$(this).parent().find('td').html().child());
alert('Column:'+$('#placeholder thead tr th').eq($(this).index()).html().child());
print "});\n";
print "});\n";