Save as window comes behind in main window in mozilla firefox
Save as window comes behind in main window in mozilla firefox
When i export tables into PDF in firefox browser the Table tools save as window appearing behind the main browser window. How can i bring that popup window in front of the browser window..
Also the save as window not working in the Internet Explorer 9 version (9.0.31)
$(document).ready(function() {
$('#example').DataTable( {
dom: 'T<"clear">lfrtip',
tableTools: {
"sSwfPath": "../swf/copy_csv_xls_pdf.swf"
}
} );
} );
This question has an accepted answers - jump to answer
Answers
chk this : http://datatables.net/forums/discussion/comment/66038
hope it will help u :)