TableTools not working
TableTools not working
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.
[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.
This discussion has been closed.
Replies
Allan