Jspdf-autotable: Html Property for table reference in Angular 8 not working.

Created on 25 Feb 2020  路  5Comments  路  Source: simonbengtsson/jsPDF-AutoTable

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.

bug help wanted

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ayman-aljullaq picture ayman-aljullaq  路  5Comments

JoakFlores picture JoakFlores  路  3Comments

cwolcott picture cwolcott  路  4Comments

andrico1234 picture andrico1234  路  5Comments

sciefylab picture sciefylab  路  6Comments