TableTools in symfony
TableTools in symfony
franco
Posts: 4Questions: 0Answers: 0
Hi everyone,
I would ike to use tt in a symfony project, but all buttons exept print are not cliccable. I think the swf path is correct, my swf file is in web/cpDataTablesPlugin/extras/TableTools/swf/copy_csv_xls_pdf.swf and I set the path this way:
[code] "oTableTools": {
"sSwfPath": "/cpDataTablesPlugin/extras/TableTools/swf/copy_csv_xls_pdf.swf"
}, [/code]
Can someone gives me a hint?
Thanks for help
Franco
I would ike to use tt in a symfony project, but all buttons exept print are not cliccable. I think the swf path is correct, my swf file is in web/cpDataTablesPlugin/extras/TableTools/swf/copy_csv_xls_pdf.swf and I set the path this way:
[code] "oTableTools": {
"sSwfPath": "/cpDataTablesPlugin/extras/TableTools/swf/copy_csv_xls_pdf.swf"
}, [/code]
Can someone gives me a hint?
Thanks for help
Franco
This discussion has been closed.
Replies
2. What does your server's error log say?
3. Can you give us a link please? :-)
Allan
firebug say "NetworkError: 404 Not Found - http://localhost:8183/cpDataTablesPlugin/extras/TableTools/swf/copy_csv_xls_pdf.swf"
as you can see i'm on localhost, i can't give you a link. symfony use url rewrite, do you think that's the point?
sorry for my bed english
thank you
franco
Allan