本文介绍了tableexport插件提供了Uncaught TypeError:o不是函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用tableexport插件 https://github.com/clarketm/TableExport

我遇到此错误

我制作了jsfiddle,请在EXPORT EXCEL上单击4次,以便出现icon

i have made jsfiddle please click 4 times on EXPORT EXCEL so that the icon will appear

请检查console是否存在错误

这是演示: https://jsfiddle.net/gmd3xctt/12 /

我不知道为什么会出现此错误.

why this error is coming i don't know.

请提前帮助我.

推荐答案

我遇到了类似的问题根据有关文档: https://github.com/hhurz/tableExport.jquery.plugin .

I had the similar problemAccording to the documentation on : https://github.com/hhurz/tableExport.jquery.plugin.

下载并添加呼叫 https://raw.githubusercontent .com/clarketm/FileSaver.js/master/FileSaver.min.js

上方<script type="text/javascript" src="tableExport.min.js"></script>希望这会有所帮助

above <script type="text/javascript" src="tableExport.min.js"></script>Hope this helps

这篇关于tableexport插件提供了Uncaught TypeError:o不是函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 21:52