Mike Alhayek
Mike Alhayek
@sergeypedan I tried your patch but it does not seem to work. I may be missing something. I downloaded the file you attached and used it as it in replacement...
After digging into the code I was able to get @sergeypedan patch to work by making the alt and title tags part of the data instead of a standard attribute....
@clarketm I think the main culprit with the script is the `getExportData()` function. I change my code so it manually exports the data as you can see in the below...
Pull request #195 fixes this problem once and for all. I tested the outcome on one report I have, the time to export the data went down from 12 seconds...
Any update on this?
I am using v4.0.11 and I am seeing this issue as well. Is there a workaround or a fix for this bug?
@clarketm have you looked into this issue? I am facing the same issue with large data in version 5.1.0. Is it possible to do partial initialization to add the button...
@own3mall Pull request #195 fixed this issue, if the pull-request is rejected, you can use this fork which has the fix https://github.com/CrestApps/TableExport
I took a quick stab at trying to make it work with bootstrap 4.2. I did the following which seems to be working ```js $(function(){ var jqueryQueryBuilder = $('#filters'); var...
I have the same problem. The problem is the ` =>` syntax it does not like it for some reason. change your code to this should work ``` var renameObjKeys...