TableTools buttons appear but nothing happens when press them
TableTools buttons appear but nothing happens when press them
edrozim
Posts: 3Questions: 0Answers: 0
Hi
I am writing Java Web Based application and for represent table data I use DataTables . Now I decided to add Save As functionality for my tables . So I stop my choice on TableTools.
1.) I download TableTools-2.0.1.zip and unpack media folder under "webapp/static/"
2.) I add following lines to my jsp that represent table data :
//
//
3.) Also I add such code to place where I init my DataTables :
............
"sDom": 'T<"H"lfr>t<"F"ip>',
"oTableTools": {
"aButtons": ["xls","pdf"]
},
...............
After deploy war with this changes I got two buttons (as expected :) ) , but pushing them don't give any results even JS console keep silent . What I do wrong ?
P.S. BTW project that I working in is open sourced so you can view details here : https://github.com/lohika/ALP/tree/master/workspace/alp-reporter-fe/src/main/webapp ( changes that I describe above are not commited yet so you won't see them there )
I am writing Java Web Based application and for represent table data I use DataTables . Now I decided to add Save As functionality for my tables . So I stop my choice on TableTools.
1.) I download TableTools-2.0.1.zip and unpack media folder under "webapp/static/"
2.) I add following lines to my jsp that represent table data :
//
//
3.) Also I add such code to place where I init my DataTables :
............
"sDom": 'T<"H"lfr>t<"F"ip>',
"oTableTools": {
"aButtons": ["xls","pdf"]
},
...............
After deploy war with this changes I got two buttons (as expected :) ) , but pushing them don't give any results even JS console keep silent . What I do wrong ?
P.S. BTW project that I working in is open sourced so you can view details here : https://github.com/lohika/ALP/tree/master/workspace/alp-reporter-fe/src/main/webapp ( changes that I describe above are not commited yet so you won't see them there )
This discussion has been closed.
Replies
2012-01-11 14:12:07,814 WARN [org.springframework.web.servlet.PageNotFound] - No mapping found for HTTP request with URI [/alp-reporter-fe/results/media/swf/copy_cvs_xls_pdf.swf] in DispatcherServlet with name 'dispatcher' .
Investigating ....
I have the same issue. Nothing happens when I click on the copy/pdf/cvs buttons.
When I right click I can see Movie not loaded and About Flash player options.
Allan