问题描述
我正在使用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不是函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!