-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple tables (one by one) and only bottom border #40
Comments
Hello, you should add only once your columns (just after your |
Wow, thanks for quick answer! I,ve changed code, like you advised. But (text under code)
Is there any way to change header title name in different tables? Like in attached picture below. And could I have access for only last cell to make font weight bolder? And maybe there is a way to get access only to last row border? Every tables would be creating by loop function with different headers I will be very grateful for your answer. |
There's no "magic" with text formatting. You need to set yourself the bold font when displaying total. You need to use your For your header, you can use |
What about this 'i'm not mvoed down' text? After every table i call pdfDoc.moveDown() and then i call: pdfDoc.font('Times-Bold') Can u help me? :) |
You can control the starting point of your table by reseting the x position: |
Now it's everything as expected. |
Hello! I tried to find any information and got zero results.
I need to create multiple tables wit different headers, but stuck.
When I'm trying to add second table it's broken.
Second issue is: how to add only at last row TOP border? and last question: is there way to make bold text in last cell?
part of my code:
The text was updated successfully, but these errors were encountered: