The "save to csv,exel,pdf" not working[Solved]
The "save to csv,exel,pdf" not working[Solved]
che0po
Posts: 9Questions: 0Answers: 0
Hello,
i've been working a lot on the plugins , trying to customise it . its done :D , but now the save to csv,exel,pdf icons dont work , althow the copy and print one are working.
Im using chrome , so the flash plugin is already in.
I know i've fu***ed up something , but i can t see what ( 2 days working on )
: here is a part of my code
[code]
"sDom": '<"H"TfrlP>t<"F"ip><"clear">',
"oTableTools": {
"sSwfPath": "swf/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "collection",
"sButtonText": "Enregistrer",
"aButtons": [ "csv", "xls", "pdf" ]
}
]
} ,
[/code]
i've been working a lot on the plugins , trying to customise it . its done :D , but now the save to csv,exel,pdf icons dont work , althow the copy and print one are working.
Im using chrome , so the flash plugin is already in.
I know i've fu***ed up something , but i can t see what ( 2 days working on )
: here is a part of my code
[code]
"sDom": '<"H"TfrlP>t<"F"ip><"clear">',
"oTableTools": {
"sSwfPath": "swf/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "collection",
"sButtonText": "Enregistrer",
"aButtons": [ "csv", "xls", "pdf" ]
}
]
} ,
[/code]
This discussion has been closed.
Replies
1. Can you give us a link?
2. What does Firebug / Inspector say?
3. What does your server error log say?
4. Can you run your table through the debugger please?
:-)
Thanks,
Allan
im using chrome developper tools . when i press on the "save" button , the screen goes darker ( normal ) , and it's day that the pages loads the swf file . no error
when i press on the pdf icon for example , nothing happens
ps: If i acted like " i ask questions and you must answer me now " guy , im sry :/ i d love to use support when i ll work for the company , but now im working for my own :)
Allan
i dont see any javascript error ?!
i v'e exchanged my table name with #example , but i can t put the html code here since it s a database connection , which with a "hile row " , print the table in html with echos
( if i have time i ll put direct json connection)
i hope this will help you .