Skip to content
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

Unable to add vertical divider to table #92

Open
Johnne25 opened this issue Apr 20, 2024 · 0 comments
Open

Unable to add vertical divider to table #92

Johnne25 opened this issue Apr 20, 2024 · 0 comments

Comments

@Johnne25
Copy link

All your posts say there is a property to do this, but no where does it show what the property is called or an example on how to use it. You do provide a sample PDF which shows vertical line dividers, but not how it was done.

Can you update the documentation or provide a working example?

These are the current options I am using:

const options = {
		width: doc.page.width,
		hideHeader: false,
		divider: {
		  header: { disabled: false, width: 0.1, opacity: 1},
		  horizontal: { disabled: false, width: 0.1, opacity: 1},
		  vertical: { disabled: false, width: 1, opacity: 1}
		}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant