Jspdf-Autotable not working in angular 8 via html property to reference html table. Is there any solution for it. Have anybody use it in angular 8 while same code was used in angular 7 and it works perfectly. Need suggestion on that.
Defining <thead> and <tbody> within table can fix this issue. But this is bug it should be solved. Table can be referred without these tags.
Sounds like a great improvement. Should be noted that I verified now that normal html tables without tbody and thead works. Can you post sample code of what doesn't work?
Sounds like a great improvement. Should be noted that I verified now that normal html tables without tbody and thead works. Can you post sample code of what doesn't work?
It works in angular 7 without thead and tbody but not in angular 8.
Fixed in https://github.com/simonbengtsson/jsPDF-AutoTable/commit/307596bd050e1ae0d3079145bdbed5cf0406a3ee. Will be released in >3.3.0.