为什么 DataTable TableTools 导出为 pdf 或 excel 或 csv 不能与私人浏览器一起使用?

Why DataTable TableTools export to pdf or excel or csv is not working with Private Browser?

我正在使用 TableTools,which is a plug-in for the DataTables HTML table 增强器,它将高度可定制的按钮工具栏添加到 DataTable。主要功能包括:

这是一个快速适应table,基于可编码闪存 plugin.This 对我来说工作正常。

即使我在这里尝试了所有可能的出口方式并满足了我的所有要求。

The Issue what i am facing here is this export to file.x is not working to me in Private browser(incognito) instances, it is not able to save the file at the destination.

为了快速参考,您可以尝试 this 示例。

任何人都可以建议我如何实现这一目标,如果不可能,背后的原因是什么?

  1. 我的示例页面参考。

  1. 复制和打印视图正在运行。

  1. 虽然提示显示保存路径,但是没有保存。

如有任何建议,我们将不胜感激 提前致谢!

这是 Chrome 中的错误;我可以在 Chromium 49 中复制它,即使 Flash 下载在 Firefox 或 IE11 中仍然有效。考虑到这是一个 Chrome 错误,如果不深入了解 Chrome 和 (Pepper) Flash 可能很难修复,请关注 Chromium bugtracker 上的问题。

我会考虑切换到 Buttons 扩展(这意味着升级到 DataTables 1.10)并使用 HTML5 Export,它将与 Chrome 一起使用。作为参考,DataTable 1.10 版本也无法通过闪存保存 Chrome。