Forum Discussion
Carolyn_Schroeder
Aug 09, 2019Copper Contributor
Problem with Bootstrap 4 Modal
I am using Edge Dev 77.0.235.5 I am showing/hiding a Bootstrap 4 modal on Ajax calls using this jQuery code: $(document).ajaxStart(function () { $(‘#wait’).modal(‘show’); }); $(document).ajax...
Carolyn_Schroeder
Aug 11, 2019Copper Contributor
I have found a workaround which is to clear the div holding the dynamically generated table before the data is retrieved rather than after the data is retrieved. I have attached the workaround solution.
- Carolyn_SchroederAug 23, 2019Copper Contributor
I am happy to report that the problem I report in the Reproduction project has been fixed in EdgeDev 78.0.249.1