Karthick Natarajan
Karthick Natarajan

Reputation: 1

Export PDF/Excel in Datatable jquery

I have problem with export PDF and excel in data table using jquery for firefox its asking flash player to enable pdf and excel button but in chrome its coming default I need to export pdf and excel using data table without flash player

Upvotes: 0

Views: 8483

Answers (1)

sayannayas
sayannayas

Reputation: 774

I have recently worked with Datatable Tablettool plugin.It uses alivepdf and zeroclipboard for exporting data to pdf and excel respectively.Both are asction script files compiled into swf and injected to tabltools.If you belive your artifacts should never include flash(which is rare because today flash have same if not more demand like javascript) then you can use

JXLS for excel export offical site

iTEXT for pdf export offical site

Else if you want to stick to tabletool swf plugin you may find below example useful

Upvotes: 2

Related Questions