tabletools and row selection issues

tabletools and row selection issues

alakumalakum Posts: 2Questions: 2Answers: 0

Can somebody please help, I have downloaded the code and trying to use table tools extensions simple.html straight from the folder and none of the copy/csv/excel buttons work. Online link @ http://datatables.net/release-datatables/extensions/TableTools/examples/simple.html work fine on my desk

And on basic row selection, to access the row data the code table.row(this).data() does not work. I see the table object but it says row method is not available.

var table = $('#tabledata').DataTable();
$('#tabledata tbody tr').live( 'click', function () {
console.log(table.row(this).data());
} );

I am using the latest downloaded code.
Any help is greatly appreciated..

This discussion has been closed.