Please help to configure TableTools (SWF does not work)

Please help to configure TableTools (SWF does not work)

TsukasaTsukasa Posts: 3Questions: 0Answers: 0
edited July 2011 in TableTools
Hello,

I am using TableTools inside latest datatables distrib.

It seems that I do something wrong with the configuration, but I can not make SWF work for me.

The entire tree of DataTables is in DataTables-1.8.1/

At the beginning of my page I have
[code]

<!--link rel="stylesheet" href="DataTables-1.8.1/extras/TableTools/media/css/TableTools_JUI.css"type="text/css" /-->



[/code]

- is this enough or I am missing something?

dataTables configured as such:

[code]
var oTable = $('#DataContainer').dataTable({
(...)
"bJQueryUI": true,
"sDom": '<"H"lfripT>t<"F"lfrip>',
"oTableTools": {
"sSwfPath": "/DataTables-1.8.1/extras/TableTools/media/swf/copy_cvs_xls_pdf.swf",
"aButtons": ["csv", "copy"]
},
[/code]

SWF file is manually reachable but I see only text buttons inside of my table and when I click on these they just reload page.

Please let me know how to perform initialization appropriatedly.
This discussion has been closed.