Posts by Marcos Penha • 23 points
2 posts
-
0
votes0
answers342
viewsQ: jsPDF with colspan at the top of the table
i am trying to assemble a pdf based on the image below I can manage the pdf, but without the line with "Info" and "Contact". It is possible to generate the pdf in the same way as in the image?…
-
2
votes2
answers895
viewsQ: Sort by date how much they are of the string type
i am developing an application in Engineering which receives the following object from an API: pessoas = [ { nome: 'Lucas', data: '2010-Fev-04'}, { nome: 'Felipe', data: '1994-Dec-10'}, { nome:…