i do not see the export button enabled even after using data-show-export="true"
http://jsfiddle.net/j0be3khu/1/ using the same method i am able to see the toggle button
I had this issue and it turned out that I was missing a dependency: https://github.com/kayalshri/tableExport.jquery.plugin
How do I add a filename to my exported table? Right now it's being being named 'download' automatically. Thanks.
Hello, I'm new in Bootstrap and JavaScript, I have the same problem, but I put all the dependecies, the data-show-export="true" and still doesnt appear the export button. I have download the last version of all dependencies. Can somebody help me
sociedades.txt
Please checkout this example: http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html @jloncha
I built my code base in that example, but still doesn't appear the button. I' m missing some dependency?
I use all the dependencys that the example uses. But still doesn't appear the button..
what's the version of bootstrap-table?
I found my error, I was using bootstrap-table.js and bootstrap-table.min.js. I deleted the reference to bootstrap-table.js and it works. Thank you for your help. Now I have a diferent problem, Always exports all the records of table, no matter if I chose some. But I think its my function the problem. Thanks again!
showExport and showColumn not wirking in bootstrapv4
Most helpful comment
Please checkout this example: http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html @jloncha