TableTools not working

TableTools not working

tuxworldtuxworld Posts: 7Questions: 0Answers: 0
edited December 2012 in General
export data and TableTools not working for me, after adding this line between head:
[code]



[/code]
and change table id prop in this:
[code]
$('#myTable').dataTable({
"sDom": '<"clear">lfrtipT'
});
[/code]
i can see tableTools buttons on the table but, thay are not working .
by the way, downloaded example of tableTools (TableTools-2.1.4) after adding jquery.js and jquery.dataTables.min.js to head not working.

Replies

  • allanallan Posts: 63,529Questions: 1Answers: 10,473 Site admin
    Please link to a test page showing the issue: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
This discussion has been closed.