-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with SWF file for downloading Data to Excell,pdf #185
Comments
From looking at the TableTools plugin page (
https://datatables.net/extensions/tabletools/) it seems that it has been
'retired', in favour of Buttons (https://datatables.net/extensions/buttons/
).
I'm not really maintaining this plugin at the moment, as I'm not working on
any projects that use it, but if you submit a PR which uses the Buttons
plugin, and removes TableTools, I will happily merge it.
Here is all the code I wrote to integrate TableTools:
https://github.com/mcintyre321/mvc.jquery.datatables/search?q=tabletools
Similar code is required to use Select
…On Mon, 18 Jan 2021 at 07:35, Javed Ahmad Olfath ***@***.***> wrote:
Hello ***@***.*** <https://github.com/mcintyre321> ,
hope you are doing well,
as you know that Adobe is not supporting flash player any more and we used
mvc.jquery.datatables library
and you have used CDN for SWF file options["oTableTools"] = new JRaw("{
'sSwfPath': '//
cdn.datatables.net/tabletools/2.2.1/swf/copy_csv_xls_pdf.swf' }");
and after December when Adobe Leave Support of Flash palyer, button are
not working
how we can customize it to HTML5 button, or do you have any other Idea to
solved the issue.
WB Regards,
Olfath
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#185>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACDJ6RYL4537R22JGBBO43S2PQDVANCNFSM4WG324VQ>
.
|
Hi Olfath @JaAfghan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Mr.@mcintyre321 ,
hope you are doing well,
as you know that Adobe is not supporting flash player any more and we used mvc.jquery.datatables library
and you have used CDN for SWF file
options["oTableTools"] = new JRaw("{ 'sSwfPath': '//cdn.datatables.net/tabletools/2.2.1/swf/copy_csv_xls_pdf.swf' }");
and after December when Adobe Leave Support of Flash palyer, button are not working
how we can customize it to HTML5 button, or do you have any other Idea to solved the issue.
WB Regards,
Olfath
The text was updated successfully, but these errors were encountered: